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

In This Package:

PerSimTrigCommandCollection Class Reference

#include <PerSimTrigCommandCollection.h>

List of all members.


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

Detailed Description

Definition at line 17 of file PerSimTrigCommandCollection.h.


Member Typedef Documentation

typedef std::vector<PerSimTrigCommand*> PerSimTrigCommandCollection::CommandVectors

Definition at line 19 of file PerSimTrigCommandCollection.h.


Constructor & Destructor Documentation

PerSimTrigCommandCollection::PerSimTrigCommandCollection (  ) 

Definition at line 2 of file PerSimTrigCommandCollection.cc.

00002                                                         : detector(0)
00003                                                     , commands()
00004 {}

PerSimTrigCommandCollection::PerSimTrigCommandCollection ( const short int  in_det,
CommandVectors in_commands 
)

Definition at line 6 of file PerSimTrigCommandCollection.cc.

00008                             : detector(in_det)
00009                             , commands(in_commands)
00010 {}

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 }


Member Data Documentation

short int PerSimTrigCommandCollection::detector

Definition at line 25 of file PerSimTrigCommandCollection.h.

CommandVectors PerSimTrigCommandCollection::commands

Definition at line 26 of file PerSimTrigCommandCollection.h.


The documentation for this class was generated from the following files:
| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

Generated on Mon Apr 11 20:31:13 2011 for PerSimTrigEvent by doxygen 1.4.7