36 virtual void endJob()
override;
54 selectMuonToken_( consumes<vector<pat::
Muon> >( pset.getParameter<
InputTag>(
"selectMuon" ) ) ),
56 pathName_( pset.getParameter<
string>(
"pathName" ) ),
57 nbinsEta_( pset.getParameter<int>(
"EtaBins" ) ),
58 minEta_( pset.getParameter<double>(
"minEta" ) ),
59 maxEta_( pset.getParameter<double>(
"maxEta" ) ),
60 nbinsPt_( pset.getParameter<int>(
"PtBins" ) ),
61 minPt_( pset.getParameter<double>(
"minPt" ) ),
62 maxPt_( pset.getParameter<double>(
"maxPt" ) ),
63 nbinsEtaPt_( pset.getParameter<int>(
"EtaPt80Bins" ) ){
82 int zmumuSize = zMuMu->size();
84 for(
int i = 0;
i < zmumuSize ; ++
i){
85 bool singleTrigFlag0 =
false;
86 bool singleTrigFlag1 =
false;
97 double EtaPatMu0 = mu0.
eta();
98 double EtaPatMu1 = mu1.
eta();
99 double PtPatMu0 = mu0.
pt();
100 double PtPatMu1 = mu1.
pt();
105 int dimTrig0 = mu0HLTMatches.size();
106 int dimTrig1 = mu1HLTMatches.size();
108 for(
int j = 0;
j < dimTrig0 ; ++
j){
109 singleTrigFlag0 =
true;
112 double PtTrig = mu0HLTMatches[
j].pt();
113 double PtDif = PtTrig-PtPatMu0;
125 for(
int j = 0;
j < dimTrig1 ; ++
j){
126 singleTrigFlag1 =
true;
129 double PtTrig = mu0HLTMatches[
j].pt();
130 double PtDif = PtTrig-PtPatMu1;
145 if(!singleTrigFlag0 && !singleTrigFlag1)
NoTrigger_++;
156 cout<<
"eps^2 = " << DoubleTrig << endl;
157 cout<<
"2eps(1 - eps) = " << OneTrig << endl;
virtual void endJob() override
virtual const Candidate * daughter(size_type i) const =0
return daughter at a given position, i = 0, ... numberOfDaughters() - 1 (read only mode) ...
virtual void analyze(const edm::Event &event, const edm::EventSetup &setup) override
TH1D * h_numberMuon_ptStudy_
vector< double > vectorEta
#define DEFINE_FWK_MODULE(type)
T * make(const Args &...args) const
make new ROOT object
std::vector< TriggerObjectStandAlone > TriggerObjectStandAloneCollection
Collection of TriggerObjectStandAlone.
virtual double eta() const
momentum pseudorapidity
virtual double pt() const
transverse momentum
EDGetTokenT< vector< pat::Muon > > selectMuonToken_
EDGetTokenT< CandidateView > zMuMuToken_
testAnalyzer(const edm::ParameterSet &pset)
const TriggerObjectStandAloneCollection triggerObjectMatchesByPath(const std::string &namePath, const bool pathLastFilterAccepted=false, const bool pathL3FilterAccepted=true) const
How EventSelector::AcceptEvent() decides whether to accept an event for output otherwise it is excluding the probing of A single or multiple positive and the trigger will pass if any such matching triggers are PASS or EXCEPTION[A criterion thatmatches no triggers at all is detected and causes a throw.] A single negative with an expectation of appropriate bit checking in the decision and the trigger will pass if any such matching triggers are FAIL or EXCEPTION A wildcarded negative criterion that matches more than one trigger in the trigger but the state exists so we define the behavior If all triggers are the negative crieriion will lead to accepting the event(this again matches the behavior of"!*"before the partial wildcard feature was incorporated).The per-event"cost"of each negative criterion with multiple relevant triggers is about the same as!*was in the past
TH1D * h_pt_distribution_
TH1D * h_numberTrigMuon_ptStudy_
Analysis-level muon class.
void setup(std::vector< TH2F > &depth, std::string name, std::string units="")
tuple zMuMu
zMuMu vector of PSet is common to all categories except zMuTrk category
vector< double > vectorPt
virtual const CandidateBaseRef & masterClone() const =0