#include <MuonInsideOutValidationNtuple.h>
|
typedef std::pair< std::reference_wrapper< std::vector< int > * >, std::string > | IntBlock |
|
typedef std::pair< std::reference_wrapper< std::vector< unsigned int > * >, std::string > | UnsignedIntBlock |
|
typedef std::pair< std::reference_wrapper< std::vector< float > * >, std::string > | FloatBlock |
|
typedef std::pair< MuonValidationBlockBase *, std::string > | SubBlock |
|
|
| MuonValidationCandidateBlock () |
|
void | fill (int ntimes_, float beta_, float chi2ndof_, int nseg_, int nprec_, int ntrigPhi_, int ntrigEta_, int stage_) |
|
void | addBlock (std::vector< int > *&block, std::string name) |
|
void | addBlock (std::vector< unsigned int > *&block, std::string name) |
|
void | addBlock (std::vector< float > *&block, std::string name) |
|
void | addBlock (MuonValidationBlockBase *block, std::string name) |
|
void | init (const std::string &prefix, TTree *, bool write=true) |
|
void | clear () |
|
◆ FloatBlock
◆ IntBlock
◆ SubBlock
◆ UnsignedIntBlock
◆ MuonValidationCandidateBlock()
Muon::MuonValidationCandidateBlock::MuonValidationCandidateBlock |
( |
| ) |
|
◆ addBlock() [1/4]
◆ addBlock() [2/4]
void Muon::MuonValidationBlockBase::addBlock |
( |
std::vector< float > *& |
block, |
|
|
std::string |
name |
|
) |
| |
|
inlineinherited |
◆ addBlock() [3/4]
void Muon::MuonValidationBlockBase::addBlock |
( |
std::vector< int > *& |
block, |
|
|
std::string |
name |
|
) |
| |
|
inlineinherited |
◆ addBlock() [4/4]
void Muon::MuonValidationBlockBase::addBlock |
( |
std::vector< unsigned int > *& |
block, |
|
|
std::string |
name |
|
) |
| |
|
inlineinherited |
◆ clear()
void Muon::MuonValidationBlockBase::clear |
( |
| ) |
|
|
inherited |
◆ fill()
void Muon::MuonValidationCandidateBlock::fill |
( |
int |
ntimes_, |
|
|
float |
beta_, |
|
|
float |
chi2ndof_, |
|
|
int |
nseg_, |
|
|
int |
nprec_, |
|
|
int |
ntrigPhi_, |
|
|
int |
ntrigEta_, |
|
|
int |
stage_ |
|
) |
| |
|
inline |
◆ init()
void Muon::MuonValidationBlockBase::init |
( |
const std::string & |
prefix, |
|
|
TTree * |
tree, |
|
|
bool |
write = true |
|
) |
| |
|
inherited |
◆ beta
std::vector<float>* Muon::MuonValidationCandidateBlock::beta = nullptr |
◆ chi2ndof
std::vector<float>* Muon::MuonValidationCandidateBlock::chi2ndof = nullptr |
◆ floatBlocks
std::vector< FloatBlock > Muon::MuonValidationBlockBase::floatBlocks |
|
inherited |
◆ intBlocks
std::vector< IntBlock > Muon::MuonValidationBlockBase::intBlocks |
|
inherited |
◆ nprec
std::vector<int>* Muon::MuonValidationCandidateBlock::nprec = nullptr |
◆ nseg
std::vector<int>* Muon::MuonValidationCandidateBlock::nseg = nullptr |
◆ ntimes
std::vector<int>* Muon::MuonValidationCandidateBlock::ntimes = nullptr |
◆ ntrigEta
std::vector<int>* Muon::MuonValidationCandidateBlock::ntrigEta = nullptr |
◆ ntrigPhi
std::vector<int>* Muon::MuonValidationCandidateBlock::ntrigPhi = nullptr |
◆ stage
std::vector<int>* Muon::MuonValidationCandidateBlock::stage = nullptr |
◆ subBlocks
std::vector< SubBlock > Muon::MuonValidationBlockBase::subBlocks |
|
inherited |
◆ track
◆ unsignedIntBlocks
std::vector< UnsignedIntBlock > Muon::MuonValidationBlockBase::unsignedIntBlocks |
|
inherited |
The documentation for this struct was generated from the following files: