StRoot
1
|
#include "StEventTypes.h" More...
#include <StPeCEvent.h>
Public Member Functions | |
StPeCEvent (bool useBemc, bool useTOF, bool useVertex, bool useTracks, bool useRP, bool readStMuDst, bool readStEvent, bool readBothInputs) | |
Long_t | eventNumber () const |
Long_t | runNumber () const |
Int_t | getNTot () const |
Int_t | getNPrim () const |
Int_t | getQTot () const |
Int_t | getNPriPairs () |
Int_t | getNSecPairs () |
StPeCPair * | getPriPair (Int_t i) |
StPeCPair * | getSecPair (Int_t i) |
Float_t | getPt () const |
Float_t | yRap () const |
Float_t | getXVertex () const |
Float_t | getYVertex () const |
Float_t | getZVertex () const |
void | addPair (StPeCPair *pair) const |
Int_t | fill (StEvent *event) |
Int_t | fill (StMuDst *mudst) |
std::vector< int > | fill (StEvent *event, StMuDst *mudst) |
void | setInfoLevel (Int_t in) |
void | setTOFgeometry (StBTofGeometry *mTOFgeo) |
StLorentzVectorF | getEvent4Momentum (StPeCSpecies pid) const |
void | clear () |
void | reset () |
Float_t | mInv (StPeCSpecies pid) const |
Float_t | yRap (StPeCSpecies pid) const |
void | matchTOFhitsToTracks (StMuDst *mudst) |
Public Attributes | |
StMuDst * | muDst |
StEvent * | eventP |
Int_t | infoLevel |
#include "StEventTypes.h"
Definition at line 83 of file StPeCEvent.h.