CMS 3D CMS Logo

List of all members | Public Member Functions | Private Attributes
ExampleMuonAnalyzer Class Reference

#include <MuonAnalyzer.h>

Inheritance diagram for ExampleMuonAnalyzer:
edm::EDAnalyzer edm::EDConsumerBase

Public Member Functions

void analyze (const edm::Event &event, const edm::EventSetup &eventSetup) override
 
void beginJob () override
 
void endJob () override
 
 ExampleMuonAnalyzer (const edm::ParameterSet &pset)
 Constructor. More...
 
 ~ExampleMuonAnalyzer () override
 Destructor. More...
 
- Public Member Functions inherited from edm::EDAnalyzer
void callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func)
 
 EDAnalyzer ()
 
SerialTaskQueueglobalLuminosityBlocksQueue ()
 
SerialTaskQueueglobalRunsQueue ()
 
ModuleDescription const & moduleDescription () const
 
std::string workerType () const
 
 ~EDAnalyzer () override
 
- Public Member Functions inherited from edm::EDConsumerBase
std::vector< ConsumesInfoconsumesInfo () const
 
void convertCurrentProcessAlias (std::string const &processName)
 Convert "@currentProcess" in InputTag process names to the actual current process name. More...
 
 EDConsumerBase ()
 
 EDConsumerBase (EDConsumerBase &&)=default
 
 EDConsumerBase (EDConsumerBase const &)=delete
 
ESProxyIndex const * esGetTokenIndices (edm::Transition iTrans) const
 
std::vector< ESProxyIndex > const & esGetTokenIndicesVector (edm::Transition iTrans) const
 
std::vector< ESRecordIndex > const & esGetTokenRecordIndicesVector (edm::Transition iTrans) const
 
ProductResolverIndexAndSkipBit indexFrom (EDGetToken, BranchType, TypeID const &) const
 
void itemsMayGet (BranchType, std::vector< ProductResolverIndexAndSkipBit > &) const
 
void itemsToGet (BranchType, std::vector< ProductResolverIndexAndSkipBit > &) const
 
std::vector< ProductResolverIndexAndSkipBit > const & itemsToGetFrom (BranchType iType) const
 
void labelsForToken (EDGetToken iToken, Labels &oLabels) const
 
void modulesWhoseProductsAreConsumed (std::array< std::vector< ModuleDescription const * > *, NumBranchTypes > &modulesAll, std::vector< ModuleProcessName > &modulesInPreviousProcesses, ProductRegistry const &preg, std::map< std::string, ModuleDescription const * > const &labelsToDesc, std::string const &processName) const
 
EDConsumerBaseoperator= (EDConsumerBase &&)=default
 
EDConsumerBase const & operator= (EDConsumerBase const &)=delete
 
bool registeredToConsume (ProductResolverIndex, bool, BranchType) const
 
bool registeredToConsumeMany (TypeID const &, BranchType) const
 
ProductResolverIndexAndSkipBit uncheckedIndexFrom (EDGetToken) const
 
void updateLookup (BranchType iBranchType, ProductResolverIndexHelper const &, bool iPrefetchMayGet)
 
void updateLookup (eventsetup::ESRecordsToProxyIndices const &)
 
virtual ~EDConsumerBase () noexcept(false)
 

Private Attributes

TH1F * h4MuInvMass
 
TH1I * hChamberMatched
 
TH1F * hEHcal
 
TH1F * hMuCaloCompatibility
 
TH1I * hMuIdAlgo
 
TH1F * hMuIso03CaloComb
 
TH1F * hMuIso03SumPt
 
TH1I * hMuonType
 
TH1F * hMuSegCompatibility
 
TH1I * hNMuons
 
TH1F * hPtRec
 
TH2F * hPtReso
 
TH1F * hPtSTATKDiff
 
edm::EDGetTokenT< pat::MuonCollectiontheMuonToken
 

Additional Inherited Members

- Public Types inherited from edm::EDAnalyzer
typedef EDAnalyzer ModuleType
 
- Public Types inherited from edm::EDConsumerBase
typedef ProductLabels Labels
 
- Static Public Member Functions inherited from edm::EDAnalyzer
static const std::string & baseType ()
 
static void fillDescriptions (ConfigurationDescriptions &descriptions)
 
static void prevalidate (ConfigurationDescriptions &)
 
static bool wantsGlobalLuminosityBlocks ()
 
static bool wantsGlobalRuns ()
 
static bool wantsInputProcessBlocks ()
 
static bool wantsProcessBlocks ()
 
static bool wantsStreamLuminosityBlocks ()
 
static bool wantsStreamRuns ()
 
- Protected Member Functions inherited from edm::EDConsumerBase
EDGetToken consumes (const TypeToGet &id, edm::InputTag const &tag)
 
template<typename ProductType , BranchType B = InEvent>
EDGetTokenT< ProductType > consumes (edm::InputTag const &tag)
 
template<BranchType B = InEvent>
EDConsumerBaseAdaptor< B > consumes (edm::InputTag tag) noexcept
 
template<BranchType B>
EDGetToken consumes (TypeToGet const &id, edm::InputTag const &tag)
 
ConsumesCollector consumesCollector ()
 Use a ConsumesCollector to gather consumes information from helper functions. More...
 
template<typename ProductType , BranchType B = InEvent>
void consumesMany ()
 
void consumesMany (const TypeToGet &id)
 
template<BranchType B>
void consumesMany (const TypeToGet &id)
 
template<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event>
auto esConsumes ()
 
template<Transition Tr = Transition::Event>
constexpr auto esConsumes () noexcept
 
template<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event>
auto esConsumes (ESInputTag const &tag)
 
template<Transition Tr = Transition::Event>
auto esConsumes (ESInputTag tag) noexcept
 
template<Transition Tr = Transition::Event>
ESGetTokenGeneric esConsumes (eventsetup::EventSetupRecordKey const &iRecord, eventsetup::DataKey const &iKey)
 Used with EventSetupRecord::doGet. More...
 
EDGetToken mayConsume (const TypeToGet &id, edm::InputTag const &tag)
 
template<BranchType B>
EDGetToken mayConsume (const TypeToGet &id, edm::InputTag const &tag)
 
template<typename ProductType , BranchType B = InEvent>
EDGetTokenT< ProductType > mayConsume (edm::InputTag const &tag)
 

Detailed Description

Analyzer of the muon objects

Author
R. Bellan - CERN ricca.nosp@m.rdo..nosp@m.bella.nosp@m.n@ce.nosp@m.rn.ch

Definition at line 25 of file MuonAnalyzer.h.

Constructor & Destructor Documentation

◆ ExampleMuonAnalyzer()

ExampleMuonAnalyzer::ExampleMuonAnalyzer ( const edm::ParameterSet pset)

Constructor.

Definition at line 27 of file MuonAnalyzer.cc.

27  {
28  theMuonToken = consumes<pat::MuonCollection>(pset.getParameter<InputTag>("MuonCollection"));
29 }

References muonDTDigis_cfi::pset.

◆ ~ExampleMuonAnalyzer()

ExampleMuonAnalyzer::~ExampleMuonAnalyzer ( )
override

Destructor.

Definition at line 32 of file MuonAnalyzer.cc.

32 {}

Member Function Documentation

◆ analyze()

void ExampleMuonAnalyzer::analyze ( const edm::Event event,
const edm::EventSetup eventSetup 
)
overridevirtual

simple selection... Do not want to write here my super-secret Higgs analysis ;-)

Implements edm::EDAnalyzer.

Definition at line 62 of file MuonAnalyzer.cc.

62  {
63  // Get the Muon collection
65  event.getByToken(theMuonToken, muons);
66 
67  // How many muons in the event?
68  hNMuons->Fill(muons->size());
69 
71 
72  // Let's look inside the muon collection.
73  for (pat::MuonCollection::const_iterator muon = muons->begin(); muon != muons->end(); ++muon) {
74  // pT spectra of muons
75  hPtRec->Fill(muon->pt());
76 
77  // what is the resolution in pt? Easy! We have the association with generated information
78  // cout<<muon->pt()<<" "<<muon->genParticle()->pt()<<endl;
79  if (muon->genLepton() != nullptr) {
80  double reso = (muon->pt() - muon->genLepton()->pt()) / muon->genLepton()->pt();
81  hPtReso->Fill(muon->genLepton()->pt(), reso);
82  }
83 
84  // What is the energy deposit in HCal?
85  if (muon->isEnergyValid())
86  hEHcal->Fill(muon->calEnergy().had);
87 
88  // Which type of muons in the collection?
89  if (muon->isStandAloneMuon())
90  if (muon->isGlobalMuon())
91  if (muon->isTrackerMuon())
92  hMuonType->Fill(1); // STA + GLB + TM
93  else
94  hMuonType->Fill(2); // STA + GLB
95  else if (muon->isTrackerMuon())
96  hMuonType->Fill(3); // STA + TM
97  else
98  hMuonType->Fill(5); // STA
99  else if (muon->isTrackerMuon())
100  hMuonType->Fill(4); // TM
101 
102  // ...mmm I want to study the relative resolution of the STA track with respect to the Tracker track.
103  // or I want to look at a track stab
104  if (muon->isGlobalMuon()) {
105  double diff = muon->innerTrack()->pt() - muon->standAloneMuon()->pt();
106  hPtSTATKDiff->Fill(diff);
107  }
108 
109  // Muon ID quantities
110 
111  // Muon in CMS are usually MIP. What is the compatibility of a muon HP using only claorimeters?
112  if (muon->isCaloCompatibilityValid())
113  hMuCaloCompatibility->Fill(muon->caloCompatibility());
114 
115  // The muon system can also be used just as only for ID. What is the compatibility of a muon HP using only calorimeters?
117 
118  // How many chambers have been associated to a muon track?
119  hChamberMatched->Fill(muon->numberOfChambers());
120  // If you look at MuonSegmentMatcher class you will see a lot of interesting quantities to look at!
121  // you can get the list of matched info using matches()
122 
123  // Muon ID selection. As described in AN-2008/098
124  if (muon::isGoodMuon(*muon, muon::All)) // dummy options - always true
125  hMuIdAlgo->Fill(0);
126  if (muon::isGoodMuon(*muon, muon::AllStandAloneMuons)) // checks isStandAloneMuon flag
127  hMuIdAlgo->Fill(1);
128  if (muon::isGoodMuon(*muon, muon::AllTrackerMuons)) // checks isTrackerMuon flag
129  hMuIdAlgo->Fill(2);
130  if (muon::isGoodMuon(*muon, muon::TrackerMuonArbitrated)) // resolve ambiguity of sharing segments
131  hMuIdAlgo->Fill(3);
132  if (muon::isGoodMuon(*muon, muon::AllArbitrated)) // all muons with the tracker muon arbitrated
133  hMuIdAlgo->Fill(4);
134  if (muon::isGoodMuon(*muon, muon::GlobalMuonPromptTight)) // global muons with tighter fit requirements
135  hMuIdAlgo->Fill(5);
136  if (muon::isGoodMuon(*muon, muon::TMLastStationLoose)) // penetration depth loose selector
137  hMuIdAlgo->Fill(6);
138  if (muon::isGoodMuon(*muon, muon::TMLastStationTight)) // penetration depth tight selector
139  hMuIdAlgo->Fill(7);
140  if (muon::isGoodMuon(*muon, muon::TM2DCompatibilityLoose)) // likelihood based loose selector
141  hMuIdAlgo->Fill(8);
142  if (muon::isGoodMuon(*muon, muon::TM2DCompatibilityTight)) // likelihood based tight selector
143  hMuIdAlgo->Fill(9);
144  if (muon::isGoodMuon(*muon, muon::TMOneStationLoose)) // require one well matched segment
145  hMuIdAlgo->Fill(10);
146  if (muon::isGoodMuon(*muon, muon::TMOneStationTight)) // require one well matched segment
147  hMuIdAlgo->Fill(11);
148  if (muon::isGoodMuon(*muon,
149  muon::TMLastStationOptimizedLowPtLoose)) // combination of TMLastStation and TMOneStation
150  hMuIdAlgo->Fill(12);
151  if (muon::isGoodMuon(*muon,
152  muon::TMLastStationOptimizedLowPtTight)) // combination of TMLastStation and TMOneStation
153  hMuIdAlgo->Fill(13);
154 
155  // Isolation variables. There are many type of isolation. You can even build your own combining the output of
156  // muon->isolationR03(). E.g.: 1.2*muon->isolationR03().emEt + 0.8*muon->isolationR03().hadEt
157  // *** WARNING *** it is just an EXAMPLE!
158  if (muon->isIsolationValid()) {
159  hMuIso03CaloComb->Fill(1.2 * muon->isolationR03().emEt + 0.8 * muon->isolationR03().hadEt);
160  hMuIso03SumPt->Fill(muon->isolationR03().sumPt);
161  }
162 
163  // OK, let see if we understood everything.
164  // Suppose we are searching for H->ZZ->4mu.
165  // In mean the 4 muons have/are:
166  // high pt (but 1 out of 4 can be at quite low pt)
167  // isolated
168  // so, we can make some requirements
169  if (muon->isolationR03().sumPt < 0.2) {
170  if (muon->isGlobalMuon() || muon::isGoodMuon(*muon, muon::TM2DCompatibilityLoose) ||
172  selectedMuons.push_back(*muon);
173  }
174  }
175 
177  if (selectedMuons.size() == 4) {
179  for (pat::MuonCollection::const_iterator muon = selectedMuons.begin(); muon != selectedMuons.end(); ++muon) {
180  p4CM = p4CM + muon->p4();
181  }
182  h4MuInvMass->Fill(p4CM.mass());
183  }
184 }

References muon::All, muon::AllArbitrated, muon::AllStandAloneMuons, muon::AllTrackerMuons, change_name::diff, muon::GlobalMuonPromptTight, muon::isGoodMuon(), HLT_FULL_cff::muon, PDWG_BPHSkim_cff::muons, muon::segmentCompatibility(), METSignificanceObjects_cfi::selectedMuons, muon::TM2DCompatibilityLoose, muon::TM2DCompatibilityTight, muon::TMLastStationLoose, muon::TMLastStationOptimizedLowPtLoose, muon::TMLastStationOptimizedLowPtTight, muon::TMLastStationTight, muon::TMOneStationLoose, muon::TMOneStationTight, and muon::TrackerMuonArbitrated.

◆ beginJob()

void ExampleMuonAnalyzer::beginJob ( void  )
overridevirtual

Reimplemented from edm::EDAnalyzer.

Definition at line 34 of file MuonAnalyzer.cc.

34  {
35  // Book histograms
36  edm::Service<TFileService> fileService;
37  hPtRec = fileService->make<TH1F>("pT", "p_{T}^{rec}", 250, 0, 120);
38  hPtReso = fileService->make<TH2F>("pT_Reso", "(p_{T}^{rec}-p_{T}^{sim})/p_{T}^{sim}", 250, 0, 120, 100, -0.2, 0.2);
39  hNMuons = fileService->make<TH1I>("NMuons", "Number of muons per event", 20, 0, 20);
40 
41  hEHcal = fileService->make<TH1F>("EHCal", "Energy deposit in HCAL", 100, 0, 10);
42 
43  // ID
44  hMuonType = fileService->make<TH1I>("MuonType", "Type of Muons", 5, 1, 6);
45  hPtSTATKDiff = fileService->make<TH1F>("DiffPt_STA_TK", "p^{TK}_{T}-p^{STA}_T", 200, -50, 50);
46  hMuCaloCompatibility = fileService->make<TH1F>("CaloCompatibility", "Muon HP using Calorimeters only", 100, 0, 1);
47  hMuSegCompatibility = fileService->make<TH1F>("SegmentCompatibility", "Muon HP using segments only", 100, 0, 1);
48  hChamberMatched = fileService->make<TH1I>("NumMatchedChamber", "Number of matched chambers", 7, 0, 7);
49  hMuIdAlgo = fileService->make<TH1I>("MuonIDSelectors", "Results of muon id selectors", 13, 0, 13);
50 
51  // Isolation
52  hMuIso03SumPt = fileService->make<TH1F>("MuIso03SumPt", "Isolation #Delta(R)=0.3: SumPt", 200, 0, 10);
54  fileService->make<TH1F>("MuIso03CaloComb", "Isolation #Delta(R)=0.3: 1.2*ECAL+0.8HCAL", 200, 0, 10);
55 
56  // 4Mu invariant mass
57  h4MuInvMass = fileService->make<TH1F>("InvMass4MuSystem", "Invariant mass of the 4 muons system", 200, 0, 500);
58 }

References TFileService::make().

◆ endJob()

void ExampleMuonAnalyzer::endJob ( void  )
overridevirtual

Reimplemented from edm::EDAnalyzer.

Definition at line 60 of file MuonAnalyzer.cc.

60 {}

Member Data Documentation

◆ h4MuInvMass

TH1F* ExampleMuonAnalyzer::h4MuInvMass
private

Definition at line 63 of file MuonAnalyzer.h.

◆ hChamberMatched

TH1I* ExampleMuonAnalyzer::hChamberMatched
private

Definition at line 56 of file MuonAnalyzer.h.

◆ hEHcal

TH1F* ExampleMuonAnalyzer::hEHcal
private

Definition at line 48 of file MuonAnalyzer.h.

◆ hMuCaloCompatibility

TH1F* ExampleMuonAnalyzer::hMuCaloCompatibility
private

Definition at line 54 of file MuonAnalyzer.h.

◆ hMuIdAlgo

TH1I* ExampleMuonAnalyzer::hMuIdAlgo
private

Definition at line 57 of file MuonAnalyzer.h.

◆ hMuIso03CaloComb

TH1F* ExampleMuonAnalyzer::hMuIso03CaloComb
private

Definition at line 61 of file MuonAnalyzer.h.

◆ hMuIso03SumPt

TH1F* ExampleMuonAnalyzer::hMuIso03SumPt
private

Definition at line 60 of file MuonAnalyzer.h.

◆ hMuonType

TH1I* ExampleMuonAnalyzer::hMuonType
private

Definition at line 50 of file MuonAnalyzer.h.

◆ hMuSegCompatibility

TH1F* ExampleMuonAnalyzer::hMuSegCompatibility
private

Definition at line 55 of file MuonAnalyzer.h.

◆ hNMuons

TH1I* ExampleMuonAnalyzer::hNMuons
private

Definition at line 45 of file MuonAnalyzer.h.

◆ hPtRec

TH1F* ExampleMuonAnalyzer::hPtRec
private

Definition at line 46 of file MuonAnalyzer.h.

◆ hPtReso

TH2F* ExampleMuonAnalyzer::hPtReso
private

Definition at line 47 of file MuonAnalyzer.h.

◆ hPtSTATKDiff

TH1F* ExampleMuonAnalyzer::hPtSTATKDiff
private

Definition at line 51 of file MuonAnalyzer.h.

◆ theMuonToken

edm::EDGetTokenT<pat::MuonCollection> ExampleMuonAnalyzer::theMuonToken
private

Definition at line 42 of file MuonAnalyzer.h.

change_name.diff
diff
Definition: change_name.py:13
ExampleMuonAnalyzer::hEHcal
TH1F * hEHcal
Definition: MuonAnalyzer.h:48
PDWG_BPHSkim_cff.muons
muons
Definition: PDWG_BPHSkim_cff.py:47
muon
Definition: MuonCocktails.h:17
muon::segmentCompatibility
float segmentCompatibility(const reco::Muon &muon, reco::Muon::ArbitrationType arbitrationType=reco::Muon::SegmentAndTrackArbitration)
Definition: MuonSelectors.cc:61
ExampleMuonAnalyzer::hMuonType
TH1I * hMuonType
Definition: MuonAnalyzer.h:50
ExampleMuonAnalyzer::h4MuInvMass
TH1F * h4MuInvMass
Definition: MuonAnalyzer.h:63
METSignificanceObjects_cfi.selectedMuons
selectedMuons
======================================
Definition: METSignificanceObjects_cfi.py:7
muon::GlobalMuonPromptTight
Definition: MuonSelectors.h:25
muon::TMLastStationTight
Definition: MuonSelectors.h:27
muon::TrackerMuonArbitrated
Definition: MuonSelectors.h:23
ExampleMuonAnalyzer::hPtRec
TH1F * hPtRec
Definition: MuonAnalyzer.h:46
edm::Handle
Definition: AssociativeIterator.h:50
muon::isGoodMuon
bool isGoodMuon(const reco::Muon &muon, SelectionType type, reco::Muon::ArbitrationType arbitrationType=reco::Muon::SegmentAndTrackArbitration)
main GoodMuon wrapper call
Definition: MuonSelectors.cc:649
ExampleMuonAnalyzer::hPtSTATKDiff
TH1F * hPtSTATKDiff
Definition: MuonAnalyzer.h:51
HLT_FULL_cff.muon
muon
Definition: HLT_FULL_cff.py:11710
ExampleMuonAnalyzer::hMuCaloCompatibility
TH1F * hMuCaloCompatibility
Definition: MuonAnalyzer.h:54
muon::TMLastStationOptimizedLowPtLoose
Definition: MuonSelectors.h:32
pat::MuonCollection
std::vector< Muon > MuonCollection
Definition: Muon.h:35
ExampleMuonAnalyzer::hMuIdAlgo
TH1I * hMuIdAlgo
Definition: MuonAnalyzer.h:57
muon::TMOneStationTight
Definition: MuonSelectors.h:31
ExampleMuonAnalyzer::hMuIso03SumPt
TH1F * hMuIso03SumPt
Definition: MuonAnalyzer.h:60
ExampleMuonAnalyzer::theMuonToken
edm::EDGetTokenT< pat::MuonCollection > theMuonToken
Definition: MuonAnalyzer.h:42
edm::Service< TFileService >
ExampleMuonAnalyzer::hMuIso03CaloComb
TH1F * hMuIso03CaloComb
Definition: MuonAnalyzer.h:61
muon::TMOneStationLoose
Definition: MuonSelectors.h:30
muon::AllArbitrated
Definition: MuonSelectors.h:24
muon::TM2DCompatibilityTight
Definition: MuonSelectors.h:29
muon::All
Definition: MuonSelectors.h:19
ExampleMuonAnalyzer::hPtReso
TH2F * hPtReso
Definition: MuonAnalyzer.h:47
muon::TMLastStationLoose
Definition: MuonSelectors.h:26
ExampleMuonAnalyzer::hChamberMatched
TH1I * hChamberMatched
Definition: MuonAnalyzer.h:56
ExampleMuonAnalyzer::hNMuons
TH1I * hNMuons
Definition: MuonAnalyzer.h:45
muon::TMLastStationOptimizedLowPtTight
Definition: MuonSelectors.h:33
muon::AllStandAloneMuons
Definition: MuonSelectors.h:21
ExampleMuonAnalyzer::hMuSegCompatibility
TH1F * hMuSegCompatibility
Definition: MuonAnalyzer.h:55
reco::Candidate::LorentzVector
math::XYZTLorentzVector LorentzVector
Lorentz vector.
Definition: Candidate.h:36
muon::AllTrackerMuons
Definition: MuonSelectors.h:22
edm::InputTag
Definition: InputTag.h:15
TFileService::make
T * make(const Args &... args) const
make new ROOT object
Definition: TFileService.h:64
muonDTDigis_cfi.pset
pset
Definition: muonDTDigis_cfi.py:27
muon::TM2DCompatibilityLoose
Definition: MuonSelectors.h:28