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

In This Package:

PerSimTrigCommandHeader Class Reference

#include <PerSimTrigCommandHeader.h>

List of all members.


Public Types

typedef std::vector< PerSimTrigCommandCollection * > PerComVector

Public Member Functions

 PerSimTrigCommandHeader ()
 PerSimTrigCommandHeader (const PerComVector &in_collection)
virtual ~PerSimTrigCommandHeader ()

Public Attributes

PerComVector commandCollections

Detailed Description

Definition at line 16 of file PerSimTrigCommandHeader.h.


Member Typedef Documentation

typedef std::vector<PerSimTrigCommandCollection*> PerSimTrigCommandHeader::PerComVector

Definition at line 18 of file PerSimTrigCommandHeader.h.


Constructor & Destructor Documentation

PerSimTrigCommandHeader::PerSimTrigCommandHeader (  ) 

Definition at line 3 of file PerSimTrigCommandHeader.cc.

00004                         :commandCollections()
00005 {}

PerSimTrigCommandHeader::PerSimTrigCommandHeader ( const PerComVector in_collection  ) 

Definition at line 7 of file PerSimTrigCommandHeader.cc.

00008                         :commandCollections(in_collection)
00009 {}

PerSimTrigCommandHeader::~PerSimTrigCommandHeader (  )  [virtual]

Definition at line 11 of file PerSimTrigCommandHeader.cc.

00012 {
00013   PerComVector::iterator it;
00014   for(it = commandCollections.begin(); it != commandCollections.end(); ++it)
00015   {
00016     delete *it;
00017   }
00018 }


Member Data Documentation

PerComVector PerSimTrigCommandHeader::commandCollections

Definition at line 24 of file PerSimTrigCommandHeader.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