Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

DigiPEtoRawDigitModule.h

Go to the documentation of this file.
00001 
00002 // $Id: DigiPEtoRawDigitModule.h,v 1.12 2005/05/04 16:11:02 minoscvs Exp $
00003 //
00004 // A JobControl Module applying
00005 // detector simulation and writing the output to the 
00006 // raw data blocks.
00007 //
00008 // Code fork from RerootExodus/RerootToRawDataModule
00009 //
00010 // n.tagg1@physics.ox.ac.uk
00012 #ifndef DIGIPETORAWDIGITMODULE_H
00013 #define DIGIPETORAWDIGITMODULE_H
00014 
00015 #include "DetSim.h"
00016 
00017 //......................................................................
00018 
00019 class DigiPEtoRawDigitModule : public DetSim
00020 {
00021 public:
00022   DigiPEtoRawDigitModule();
00023   ~DigiPEtoRawDigitModule();
00024   
00025   ClassDef(DigiPEtoRawDigitModule,2);
00026 };
00027 
00028 #endif // DIGIPETORAWDIGITMODULE_H
00029 

Generated on Mon Feb 15 11:06:37 2010 for loon by  doxygen 1.3.9.1