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

In This Package:

PerSimTrigCommand Class Reference

#include <PerSimTrigCommand.h>

List of all members.


Public Member Functions

 PerSimTrigCommand ()
 PerSimTrigCommand (const int in_clockCycle, const int in_type, const short int in_detector, const int in_nhit, const int in_esumAdc, const int in_esumComp)
virtual ~PerSimTrigCommand ()

Public Attributes

short int detector
int clockCycle
int type
int nhit
int esumAdc
int esumComp

Detailed Description

Definition at line 13 of file PerSimTrigCommand.h.


Constructor & Destructor Documentation

PerSimTrigCommand::PerSimTrigCommand (  ) 

Definition at line 3 of file PerSimTrigCommand.cc.

00003                                     :detector(0)
00004                                 ,clockCycle(0)
00005                                 ,type(0)
00006                                 ,nhit(0)
00007                                 ,esumAdc(0)
00008                                 ,esumComp(0)
00009 
00010 {}

PerSimTrigCommand::PerSimTrigCommand ( const int  in_clockCycle,
const int  in_type,
const short int  in_detector,
const int  in_nhit,
const int  in_esumAdc,
const int  in_esumComp 
)

Definition at line 12 of file PerSimTrigCommand.cc.

00018                                            :detector(in_detector)
00019                                            ,clockCycle(in_clockCycle)
00020                                            ,type(in_type)
00021                                            ,nhit(in_nhit)
00022                                            ,esumAdc(in_esumAdc)
00023                                            ,esumComp(in_esumComp)
00024 {}

PerSimTrigCommand::~PerSimTrigCommand (  )  [virtual]

Definition at line 26 of file PerSimTrigCommand.cc.

00026 {}


Member Data Documentation

short int PerSimTrigCommand::detector

Definition at line 24 of file PerSimTrigCommand.h.

int PerSimTrigCommand::clockCycle

Definition at line 25 of file PerSimTrigCommand.h.

int PerSimTrigCommand::type

Definition at line 26 of file PerSimTrigCommand.h.

int PerSimTrigCommand::nhit

Definition at line 27 of file PerSimTrigCommand.h.

int PerSimTrigCommand::esumAdc

Definition at line 28 of file PerSimTrigCommand.h.

int PerSimTrigCommand::esumComp

Definition at line 29 of file PerSimTrigCommand.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