source: JEM-EUSO/esaf_cc_at_lal/packages/simulation/detector/electronics/include/SiliconPhotomultiplier.hh @ 114

Last change on this file since 114 was 114, checked in by moretto, 11 years ago

actual version of ESAF at CCin2p3

File size: 1.7 KB
Line 
1// $Id: SiliconPhotomultiplier.hh 1916 2005-06-04 17:37:32Z thea $
2// Author: Alessandro Thea   2005/04/25
3
4/*****************************************************************************
5 * ESAF: Euso Simulation and Analysis Framework                              *
6 *                                                                           *
7 *  Id: SiliconPhotomultiplier                                               *
8 *  Package: <packagename>                                                   *
9 *  Coordinator: <coordinator>                                               *
10 *                                                                           *
11 *****************************************************************************/
12
13#ifndef __SILICONPHOTOMULTIPLIER_HH__
14#define __SILICONPHOTOMULTIPLIER_HH__
15
16#include "euso.hh"
17#include "Photomultiplier.hh"
18
19////////////////////////////////////////////////////////////////////////////////
20//                                                                            //
21// SiliconPhotomultiplier                                                     //
22//                                                                            // 
23// SiPm esaf class. Simulates a 5x5 mm pixels silicon photomultiplier         // 
24//                                                                            // 
25////////////////////////////////////////////////////////////////////////////////
26
27class SiliconPhotomultiplier : public Photomultiplier {
28public:
29    SiliconPhotomultiplier( Int_t id, PmtGeometry* g );
30    virtual ~SiliconPhotomultiplier();
31
32private:
33
34    ClassDef(SiliconPhotomultiplier,0)
35};
36
37#endif  /* __SILICONPHOTOMULTIPLIER_HH__ */
38
Note: See TracBrowser for help on using the repository browser.