helper class containing information about a di-muon system More...
Public Member Functions | |
DiMuonInfo (double, double) | |
void | fill () |
std::vector< reco::GenParticle > & | muons () |
void | setupTree (const std::string &, edm::Service< TFileService > &) |
Private Attributes | |
double | diMuonMass_ {-1.0} |
const double | maxMassPair_ |
const double | minMassPair_ |
std::vector< reco::GenParticle > | muons_ |
bool | passed_ {false} |
int | pdgMother_ {0} |
TTree * | tree_ { 0 } |
helper class containing information about a di-muon system
Definition at line 56 of file ZMuMuMassConstraintParameterFinder.cc.
ZMuMuMassConstraintParameterFinder::DiMuonInfo::DiMuonInfo | ( | double | minMass, |
double | maxMass | ||
) |
Definition at line 169 of file ZMuMuMassConstraintParameterFinder.cc.
References B2GTnPMonitor_cfi::maxMass, and maxMassPair_.
void ZMuMuMassConstraintParameterFinder::DiMuonInfo::fill | ( | ) |
Definition at line 181 of file ZMuMuMassConstraintParameterFinder.cc.
References DEFINE_FWK_MODULE, diMuonMass_, maxMassPair_, minMassPair_, muons_, passed_, pdgMother_, and tree_.
Referenced by ZMuMuMassConstraintParameterFinder::analyze().
|
inline |
Definition at line 61 of file ZMuMuMassConstraintParameterFinder.cc.
References muons_.
Referenced by ZMuMuMassConstraintParameterFinder::analyze().
void ZMuMuMassConstraintParameterFinder::DiMuonInfo::setupTree | ( | const std::string & | name, |
edm::Service< TFileService > & | fs | ||
) |
Definition at line 172 of file ZMuMuMassConstraintParameterFinder.cc.
References diMuonMass_, TFileService::make(), muons_, passed_, pdgMother_, and tree_.
Referenced by ZMuMuMassConstraintParameterFinder::ZMuMuMassConstraintParameterFinder().
|
private |
Definition at line 66 of file ZMuMuMassConstraintParameterFinder.cc.
Referenced by fill(), and setupTree().
|
private |
Definition at line 71 of file ZMuMuMassConstraintParameterFinder.cc.
Referenced by DiMuonInfo(), and fill().
|
private |
Definition at line 70 of file ZMuMuMassConstraintParameterFinder.cc.
Referenced by fill().
|
private |
Definition at line 65 of file ZMuMuMassConstraintParameterFinder.cc.
Referenced by fill(), muons(), and setupTree().
|
private |
Definition at line 68 of file ZMuMuMassConstraintParameterFinder.cc.
Referenced by fill(), and setupTree().
|
private |
Definition at line 67 of file ZMuMuMassConstraintParameterFinder.cc.
Referenced by fill(), and setupTree().
|
private |
Definition at line 64 of file ZMuMuMassConstraintParameterFinder.cc.
Referenced by fill(), and setupTree().