#include <PerSimTrigCommandCollection.h>
Public Types | |
| typedef std::vector< PerSimTrigCommand * > | CommandVectors |
Public Member Functions | |
| PerSimTrigCommandCollection () | |
| PerSimTrigCommandCollection (const short int in_det, CommandVectors &in_commands) | |
| virtual | ~PerSimTrigCommandCollection () |
Public Attributes | |
| short int | detector |
| CommandVectors | commands |
Definition at line 17 of file PerSimTrigCommandCollection.h.
| typedef std::vector<PerSimTrigCommand*> PerSimTrigCommandCollection::CommandVectors |
Definition at line 19 of file PerSimTrigCommandCollection.h.
| PerSimTrigCommandCollection::PerSimTrigCommandCollection | ( | ) |
| PerSimTrigCommandCollection::PerSimTrigCommandCollection | ( | const short int | in_det, | |
| CommandVectors & | in_commands | |||
| ) |
| PerSimTrigCommandCollection::~PerSimTrigCommandCollection | ( | ) | [virtual] |
Definition at line 12 of file PerSimTrigCommandCollection.cc.
00013 { 00014 CommandVectors::iterator it; 00015 for(it = commands.begin(); it != commands.end(); ++it){ 00016 delete *it; 00017 } 00018 }
| short int PerSimTrigCommandCollection::detector |
Definition at line 25 of file PerSimTrigCommandCollection.h.
Definition at line 26 of file PerSimTrigCommandCollection.h.
1.4.7