240 const double rho_val = *(rh.
product());
268 auto miniPFjetCollection = std::make_unique<reco::PFJetCollection>();
269 auto miniPhotonCollection = std::make_unique<reco::PhotonCollection>();
270 auto miniPFCandCollection = std::make_unique<reco::PFCandidateCollection>();
271 auto miniVtxCollection = std::make_unique<reco::VertexCollection>();
272 auto miniPFMETCollection = std::make_unique<reco::PFMETCollection>();
273 auto miniHBHECollection = std::make_unique<edm::SortedCollection<HBHERecHit,edm::StrictWeakOrdering<HBHERecHit>>>();
274 auto miniHOCollection = std::make_unique<edm::SortedCollection<HORecHit,edm::StrictWeakOrdering<HORecHit>>>();
275 auto miniHFCollection = std::make_unique<edm::SortedCollection<HFRecHit,edm::StrictWeakOrdering<HFRecHit>>>();
276 auto miniGSFeleCollection = std::make_unique<reco::GsfElectronCollection>();
277 auto miniConversionCollection = std::make_unique<reco::ConversionCollection>();
279 auto miniBeamSpotCollection = std::make_unique<reco::BeamSpot>(beam.
position(),beam.
sigmaZ(),
283 auto miniTriggerCollection = std::make_unique<edm::TriggerResults>();
285 auto miniRhoCollection = std::make_unique<double>();
286 auto miniLoosePhoton = std::make_unique<std::vector<Bool_t>>();
287 auto miniTightPhoton = std::make_unique<std::vector<Bool_t>>();
296 for(reco::PFJetCollection::const_iterator pfjetItr=pfjets.begin();
297 pfjetItr!=pfjets.end(); pfjetItr++) {
298 miniPFjetCollection->push_back(*pfjetItr);
301 for(reco::PhotonCollection::const_iterator phoItr=photon.begin();
302 phoItr!=photon.end(); phoItr++) {
303 miniPhotonCollection->push_back(*phoItr);
306 for(reco::PFCandidateCollection::const_iterator pfcItr=pfcand.begin();
307 pfcItr!=pfcand.end(); pfcItr++) {
308 miniPFCandCollection->push_back(*pfcItr);
311 for(reco::VertexCollection::const_iterator vtxItr=vtx.begin();
312 vtxItr!=vtx.end(); vtxItr++) {
313 miniVtxCollection->push_back(*vtxItr);
316 for(reco::PFMETCollection::const_iterator pfmetItr=pfmet.begin();
317 pfmetItr!=pfmet.end(); pfmetItr++) {
318 miniPFMETCollection->push_back(*pfmetItr);
322 hbheItr!=Hithbhe.
end(); hbheItr++) {
323 miniHBHECollection->push_back(*hbheItr);
327 hoItr!=Hitho.
end(); hoItr++) {
328 miniHOCollection->push_back(*hoItr);
332 hfItr!=Hithf.
end(); hfItr++) {
333 miniHFCollection->push_back(*hfItr);
336 for(reco::GsfElectronCollection::const_iterator gsfItr=gsfele.begin();
337 gsfItr!=gsfele.end(); gsfItr++) {
338 miniGSFeleCollection->push_back(*gsfItr);
341 for(reco::ConversionCollection::const_iterator convItr=conv.begin();
342 convItr!=conv.end(); convItr++) {
343 miniConversionCollection->push_back(*convItr);
346 *miniTriggerCollection = trigres;
347 *miniRhoCollection = rho_val;
354 miniLoosePhoton->reserve(miniPhotonCollection->size());
355 miniTightPhoton->reserve(miniPhotonCollection->size());
356 for (
int iPho=0; iPho<
int(miniPhotonCollection->size()); ++iPho) {
360 miniLoosePhoton->push_back(-1);
361 miniTightPhoton->push_back(-1);
364 miniLoosePhoton->push_back((*loosePhotonQual)[photonRef]);
365 miniTightPhoton->push_back((*tightPhotonQual)[photonRef]);
bool select(const reco::PhotonCollection &, const reco::PFJetCollection &)
OrphanHandle< PROD > put(std::unique_ptr< PROD > product)
Put a new product.
edm::InputTag labelPFCandidate_
edm::EDGetTokenT< edm::SortedCollection< HBHERecHit, edm::StrictWeakOrdering< HBHERecHit > > > tok_HBHE_
static HepMC::IO_HEPEVT conv
bool getByToken(EDGetToken token, Handle< PROD > &result) const
edm::InputTag labelLoosePhot_
edm::InputTag labelPFMET_
edm::InputTag labelPFJet_
std::vector< Vertex > VertexCollection
collection of Vertex objects
edm::EDGetTokenT< edm::ValueMap< Bool_t > > tok_tightPhoton_
edm::EDGetTokenT< reco::BeamSpot > tok_BS_
bool accept(const edm::Event &event, const edm::TriggerResults &triggerTable, const std::string &triggerPath)
std::vector< GsfElectron > GsfElectronCollection
collection of GsfElectron objects
std::vector< Conversion > ConversionCollection
collectin of Conversion objects
edm::EDGetTokenT< edm::SortedCollection< HORecHit, edm::StrictWeakOrdering< HORecHit > > > tok_HO_
double dydz() const
dydz slope
edm::InputTag labelPhoton_
edm::InputTag labelGsfEle_
edm::EDGetTokenT< edm::SortedCollection< HFRecHit, edm::StrictWeakOrdering< HFRecHit > > > tok_HF_
edm::EDGetTokenT< reco::VertexCollection > tok_Vertex_
double BeamWidthX() const
beam width X
edm::InputTag labelBeamSpot_
double dxdz() const
dxdz slope
const_iterator end() const
std::vector< reco::PFCandidate > PFCandidateCollection
collection of PFCandidates
edm::EDGetTokenT< double > tok_Rho_
T const * product() const
edm::EDGetTokenT< reco::PFJetCollection > tok_PFJet_
edm::InputTag labelVertex_
std::vector< Photon > PhotonCollection
collectin of Photon objects
double sigmaZ() const
sigma z
edm::EDGetTokenT< reco::PFMETCollection > tok_PFMET_
edm::EDGetTokenT< reco::ConversionCollection > tok_Conv_
double covariance(int i, int j) const
(i,j)-th element of error matrix
edm::EDGetTokenT< edm::TriggerResults > tok_TrigRes_
std::vector< PFJet > PFJetCollection
collection of PFJet objects
std::vector< reco::PFMET > PFMETCollection
collection of PFMET objects
edm::EDGetTokenT< reco::GsfElectronCollection > tok_GsfElec_
edm::InputTag labelTightPhot_
const Point & position() const
position
edm::EDGetTokenT< reco::PhotonCollection > tok_Photon_
edm::InputTag labelTrigger_
edm::EDGetTokenT< edm::ValueMap< Bool_t > > tok_loosePhoton_
edm::EDGetTokenT< reco::PFCandidateCollection > tok_PFCand_
const_iterator begin() const
BeamType type() const
return beam type