source: JEM-EUSO/esaf_lal/tags/v1_r0/esaf/packages/simulation/detector/electronics/src/R7600M64Photomultiplier.cc @ 117

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

ESAF version compilable on mac OS

File size: 417 bytes
Line 
1// ESAF : Euso Simulation and Analysis Framework
2// $Id: R7600M64Photomultiplier.cc 937 2004-08-06 00:12:37Z thea $
3// A.Thea created Mar, 26 2003
4
5#include "R7600M64Photomultiplier.hh"
6
7ClassImp(R7600M64Photomultiplier)
8
9// constructor
10R7600M64Photomultiplier::R7600M64Photomultiplier( Int_t id, PmtGeometry* g )
11   : Photomultiplier(id, g) {
12}
13
14// destructor
15R7600M64Photomultiplier::~R7600M64Photomultiplier() {
16}
Note: See TracBrowser for help on using the repository browser.