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

In This Package:

PerSimTrigCommandHeader.h
Go to the documentation of this file.
00001 /*
00002  * \class PerSimTrigCommandHeader
00003  *
00004  * \brief Persistant version of SimTrigCommandHeader
00005  *
00006  * bseilhan@iit.edu Tue Sep 23 16:14:34 CDT 2008
00007  *
00008  */
00009 
00010 #ifndef PerSimTrigCommandHeader_H
00011 #define PerSimTrigCommandHeader_H 1
00012 
00013 #include "PerSimTrigCommandCollection.h"
00014 #include <vector>
00015 
00016 class PerSimTrigCommandHeader {
00017   public:
00018   typedef std::vector<PerSimTrigCommandCollection*> PerComVector;
00019   
00020   PerSimTrigCommandHeader();
00021   PerSimTrigCommandHeader(const PerComVector& in_collection);
00022   virtual ~PerSimTrigCommandHeader();
00023   
00024   PerComVector commandCollections;
00025 };
00026 
00027 #endif // PerSimTrigCommandHeader_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