Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

BesTStats Class Reference

#include <BesSensitiveManager.hh>

List of all members.

Public Member Functions

 BesTStats (const G4int index, const HepLorentzVector theP4, G4double theTime)
 BesTStats ()
 BesTStats (const G4int index, const HepLorentzVector theP4, G4double theTime)
 BesTStats ()
bool operator== (const BesTStats &other) const
bool operator== (const BesTStats &other) const
 ~BesTStats ()
 ~BesTStats ()

Private Attributes

G4int G4index
G4int originVertex
HepLorentzVector p4
bool savedByDefault
G4double time
G4int trackIndex
std::vector< int > vertices
std::vector< int > vertices

Friends

class BesSensitiveManager


Constructor & Destructor Documentation

BesTStats::BesTStats  )  [inline]
 

00038               : 
00039     G4index(-1),
00040     p4(0),
00041     time(0),
00042     trackIndex(-1),
00043     originVertex(-1),
00044     savedByDefault(false),
00045     vertices(0)  {;}

BesTStats::BesTStats const G4int  index,
const HepLorentzVector  theP4,
G4double  theTime
[inline]
 

00047     : G4index(index),
00048       p4(theP4),
00049       time(theTime),
00050       trackIndex(-1),
00051       originVertex(-1),
00052       savedByDefault(false),
00053       vertices(0)  {;}

BesTStats::~BesTStats  )  [inline]
 

00054 {;}

BesTStats::BesTStats  )  [inline]
 

00038               : 
00039     G4index(-1),
00040     p4(0),
00041     time(0),
00042     trackIndex(-1),
00043     originVertex(-1),
00044     savedByDefault(false),
00045     vertices(0)  {;}

BesTStats::BesTStats const G4int  index,
const HepLorentzVector  theP4,
G4double  theTime
[inline]
 

00047     : G4index(index),
00048       p4(theP4),
00049       time(theTime),
00050       trackIndex(-1),
00051       originVertex(-1),
00052       savedByDefault(false),
00053       vertices(0)  {;}

BesTStats::~BesTStats  )  [inline]
 

00054 {;}


Member Function Documentation

bool BesTStats::operator== const BesTStats other  )  const [inline]
 

00056 { return G4index == other.G4index; }

bool BesTStats::operator== const BesTStats other  )  const [inline]
 

00056 { return G4index == other.G4index; }


Friends And Related Function Documentation

BesSensitiveManager [friend]
 


Member Data Documentation

G4int BesTStats::G4index [private]
 

G4int BesTStats::originVertex [private]
 

HepLorentzVector BesTStats::p4 [private]
 

bool BesTStats::savedByDefault [private]
 

G4double BesTStats::time [private]
 

G4int BesTStats::trackIndex [private]
 

std::vector<int> BesTStats::vertices [private]
 

std::vector<int> BesTStats::vertices [private]
 


The documentation for this class was generated from the following files:
Generated on Wed Feb 2 15:53:46 2011 for BOSS6.5.5 by  doxygen 1.3.9.1