/search.css" rel="stylesheet" type="text/css"/> /search.js">
| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

In This Package:

PerSimTrigCommand.h
Go to the documentation of this file.
00001 /*
00002  * \class PerSimTrigCommand
00003  *
00004  * \brief Persistant version of SimTrigCommand
00005  *
00006  * bseilhan@iit.edu Tue Sep 23 17:16:40 CDT 2008
00007  *
00008  */
00009 
00010 #ifndef PerSimTrigCommand_H
00011 #define PerSimTrigCommand_H 1
00012 
00013 class PerSimTrigCommand{
00014 public:
00015   PerSimTrigCommand();
00016   PerSimTrigCommand(const int in_clockCycle,
00017                     const int in_type,
00018                     const short int in_detector,
00019                     const int in_nhit,
00020                     const int in_esumAdc,
00021                     const int in_esumComp);
00022   virtual ~PerSimTrigCommand();
00023   
00024   short int detector;
00025   int clockCycle;
00026   int type;
00027   int nhit;
00028   int esumAdc;
00029   int esumComp;
00030 
00031 };
00032 #endif // PerSimTrigCommand_H
| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

Generated on Fri May 16 2014 10:05:22 for PerSimTrigEvent by doxygen 1.7.4