103 vector<StoredPileupJetIdentifier> ids;
104 map<string, vector<float> >
mvas;
105 map<string, vector<int> > idflags;
107 VertexCollection::const_iterator
vtx;
110 vtx = vertexes.begin();
111 while( vtx != vertexes.end() && ( vtx->isFake() || vtx->ndof() < 4 ) ) {
114 if( vtx == vertexes.end() ) { vtx = vertexes.begin(); }
119 for (
unsigned int i=0;
i<jets.
size(); ++
i ) {
121 auto algoi =
algos_.begin();
128 ispat = patjet !=
nullptr;
146 jecCor_->setJetPt(jet.
pt());
148 jecCor_->setJetEta(jet.
eta());
149 jecCor_->setJetA(jet.
jetArea());
150 jecCor_->setRho(rho);
151 jec = jecCor_->getCorrection();
155 std::unique_ptr<reco::Jet> corrJet;
162 corrJet.reset(dynamic_cast<reco::Jet *>( jet.
clone() ));
164 corrJet->scaleEnergy(scale);
166 const reco::Jet * theJet = ( applyJec ? corrJet.get() : &
jet );
172 ids.push_back( puIdentifier );
175 puIdentifier = (*vmap)[jets.
refAt(
i)];
176 puIdentifier.
jetPt(theJet->
pt());
179 ialgo->
set(puIdentifier);
185 mvas[algoi->first].push_back( puIdentifier.
mva() );
186 idflags[algoi->first].push_back( puIdentifier.
idFlag() );
187 for( ++algoi; algoi!=
algos_.end(); ++algoi) {
188 ialgo = algoi->second.get();
189 ialgo->
set(puIdentifier);
191 mvas[algoi->first].push_back(
id.
mva() );
192 idflags[algoi->first].push_back(
id.idFlag() );
199 for(
const auto& ialgo :
algos_) {
201 vector<float> &
mva = mvas[ialgo.first];
202 auto mvaout = std::make_unique<ValueMap<float>>();
204 mvafiller.insert(jetHandle,mva.begin(),mva.end());
206 iEvent.
put(
std::move(mvaout),ialgo.first+
"Discriminant");
209 vector<int> & idflag = idflags[ialgo.first];
210 auto idflagout = std::make_unique<ValueMap<int>>();
212 idflagfiller.insert(jetHandle,idflag.begin(),idflag.end());
219 assert( jetHandle->size() == ids.size() );
220 auto idsout = std::make_unique<ValueMap<StoredPileupJetIdentifier>>();
222 idsfiller.insert(jetHandle,ids.begin(),ids.end());
void set(const PileupJetIdentifier &)
OrphanHandle< PROD > put(std::unique_ptr< PROD > product)
Put a new product.
double eta() const final
momentum pseudorapidity
edm::EDGetTokenT< reco::VertexCollection > input_vertex_token_
bool getByToken(EDGetToken token, Handle< PROD > &result) const
const int & idFlag() const
const float & mva() const
Base class for all types of Jets.
edm::EDGetTokenT< edm::View< reco::Jet > > input_jet_token_
double pt() const final
transverse momentum
std::vector< Vertex > VertexCollection
collection of Vertex objects
const float & jetPt() const
RefToBase< value_type > refAt(size_type i) const
PileupJetIdentifier computeIdVariables(const reco::Jet *jet, float jec, const reco::Vertex *, const reco::VertexCollection &, double rho, bool usePuppi)
bool inputIsCorrected() const
edm::EDGetTokenT< double > input_rho_token_
void initJetEnergyCorrector(const edm::EventSetup &iSetup, bool isData)
const float & jetPhi() const
bool produceJetIds() const
T const * product() const
std::vector< std::pair< std::string, std::unique_ptr< PileupJetIdAlgo > > > algos_
PileupJetIdentifier computeMva()
Analysis-level calorimeter jet class.
CompositePtrCandidate * clone() const override
returns a clone of the candidate
virtual float jetArea() const
get jet area
edm::EDGetTokenT< edm::ValueMap< StoredPileupJetIdentifier > > input_vm_pujetid_token_
const_reference at(size_type pos) const
Jet correctedJet(const std::string &level, const std::string &flavor="none", const std::string &set="") const
double phi() const final
momentum azimuthal angle
std::unique_ptr< FactorizedJetCorrector > jecCor_
const float & jetEta() const