#include <BeamSpotTreeData.h>
Public Member Functions | |
BeamSpotTreeData () | |
void | branch (TTree *tree) |
void | bunchCrossing (unsigned int bunchCrossing) |
const unsigned int & | getBunchCrossing (void) |
const unsigned int & | getLumi (void) |
const BeamSpotFitPVData & | getPvData (void) |
const unsigned int & | getRun (void) |
void | lumi (unsigned int lumi) |
void | pvData (const BeamSpotFitPVData &pvData) |
void | run (unsigned int run) |
void | setBranchAddress (TTree *tree) |
~BeamSpotTreeData () | |
Private Attributes | |
unsigned int | bunchCrossing_ |
unsigned int | lumi_ |
BeamSpotFitPVData | pvData_ |
unsigned int | run_ |
Definition at line 9 of file BeamSpotTreeData.h.
BeamSpotTreeData::BeamSpotTreeData | ( | ) |
Definition at line 5 of file BeamSpotTreeData.cc.
BeamSpotTreeData::~BeamSpotTreeData | ( | ) |
Definition at line 6 of file BeamSpotTreeData.cc.
void BeamSpotTreeData::branch | ( | TTree * | tree | ) |
Definition at line 10 of file BeamSpotTreeData.cc.
References bunchCrossing_, lumi_, pvData_, and run_.
Referenced by PVFitter::setTree().
|
inline |
Definition at line 19 of file BeamSpotTreeData.h.
References bunchCrossing(), and bunchCrossing_.
Referenced by bunchCrossing(), and PVFitter::readEvent().
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 20 of file BeamSpotTreeData.h.
References pvData(), and pvData_.
Referenced by pvData(), and PVFitter::readEvent().
|
inline |
void BeamSpotTreeData::setBranchAddress | ( | TTree * | tree | ) |
Definition at line 18 of file BeamSpotTreeData.cc.
References bunchCrossing_, lumi_, pvData_, and run_.
|
private |
Definition at line 31 of file BeamSpotTreeData.h.
Referenced by branch(), bunchCrossing(), getBunchCrossing(), and setBranchAddress().
|
private |
Definition at line 30 of file BeamSpotTreeData.h.
Referenced by branch(), getLumi(), lumi(), and setBranchAddress().
|
private |
Definition at line 32 of file BeamSpotTreeData.h.
Referenced by branch(), getPvData(), pvData(), and setBranchAddress().
|
private |
Definition at line 29 of file BeamSpotTreeData.h.
Referenced by branch(), getRun(), run(), and setBranchAddress().