CMS 3D CMS Logo

NanoAODBaseCrossCleaner.h
Go to the documentation of this file.
1 #ifndef PhysicsTools_NanoAOD_NanoAODBaseCrossCleaner_h
2 #define PhysicsTools_NanoAOD_NanoAODBaseCrossCleaner_h
3 
4 // -*- C++ -*-
5 //
6 // Package: PhysicsTools/NanoAOD
7 // Class: NanoAODBaseCrossCleaner
8 //
16 //
17 // Original Author: Andrea Rizzi
18 // Created: Mon, 28 Aug 2017 09:26:39 GMT
19 //
20 //
21 
22 // system include files
23 #include <memory>
24 
25 // user include files
28 
31 
34 
40 
43 
44 //
45 // class declaration
46 //
47 
49 public:
51 
52  static void fillDescriptions(edm::ConfigurationDescriptions& descriptions);
53 
54 private:
55  void produce(edm::Event&, const edm::EventSetup&) override;
61  std::vector<uint8_t>& jetBits,
62  std::vector<uint8_t>& muonBits,
63  std::vector<uint8_t>& eleBits,
64  std::vector<uint8_t>& tauBits,
65  std::vector<uint8_t>& photonBits){};
66 
67  // ----------member data ---------------------------
68  const std::string name_;
70 
90 };
91 
92 #endif
const edm::EDGetTokenT< edm::View< pat::Photon > > photons_
const edm::EDGetTokenT< edm::View< pat::Jet > > jets_
muons
the two sets of parameters below are mutually exclusive, depending if RECO or ALCARECO is used the us...
Definition: DiMuonV_cfg.py:214
const StringCutObjectSelector< pat::Jet > jetSel_
const StringCutObjectSelector< pat::Muon > muonSel_
const edm::EDGetTokenT< edm::View< pat::Tau > > taus_
const StringCutObjectSelector< pat::Photon > photonSel_
edm::EDGetTokenT< edm::View< pat::Electron > > lowPtElectrons_
void produce(edm::Event &, const edm::EventSetup &) override
const std::string lowPtElectronName_
const StringCutObjectSelector< pat::Tau > tauSel_
const edm::EDGetTokenT< edm::View< pat::Electron > > electrons_
static void fillDescriptions(edm::ConfigurationDescriptions &descriptions)
const StringCutObjectSelector< pat::Electron > electronSel_
const edm::EDGetTokenT< edm::View< pat::Muon > > muons_
virtual void objectSelection(const edm::View< pat::Jet > &jets, const edm::View< pat::Muon > &muons, const edm::View< pat::Electron > &eles, const edm::View< pat::Tau > &taus, const edm::View< pat::Photon > &photons, std::vector< uint8_t > &jetBits, std::vector< uint8_t > &muonBits, std::vector< uint8_t > &eleBits, std::vector< uint8_t > &tauBits, std::vector< uint8_t > &photonBits)
NanoAODBaseCrossCleaner(const edm::ParameterSet &)
const StringCutObjectSelector< pat::Electron > lowPtElectronSel_