| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

In This Package:

PerSimReadout.h

Go to the documentation of this file.
00001 /*
00002  * \class PerSimReadout
00003  *
00004  * \brief Persistant version of SimReadout class
00005  *
00006  * Based on PerReadout written by bseilhan@iit.edu
00007  * dandwyer@caltech.edu 2008/11/02
00008  */
00009 
00010 #ifndef PERSIMREADOUT_H
00011 #define PERSIMREADOUT_H 1
00012 
00013 class PerReadout;
00014 
00015 class PerSimReadout{
00016 public:
00017   PerSimReadout();
00018   PerSimReadout(PerReadout* readout);
00019   virtual ~PerSimReadout();
00020   
00021   PerReadout* readout;
00022 };
00023 
00024 #endif // PERSIMREADOUT_H
| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

Generated on Mon Apr 11 20:30:32 2011 for PerReadoutEvent by doxygen 1.4.7