CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
CaloSpecificAlgo.h
Go to the documentation of this file.
1 #ifndef METProducers_CaloMETInfo_h
2 #define METProducers_CaloMETInfo_h
3 
7 
12 
14 {
15  public:
18  typedef std::vector <const reco::Candidate*> TowerCollection;
20  //reco::CaloMET addInfo(const reco::CandidateCollection *towers, CommonMETData met);
21  reco::CaloMET addInfo(edm::Handle<edm::View<reco::Candidate> > towers, CommonMETData met, bool noHF, double globalThreshold);
22 };
23 
24 #endif
std::vector< const reco::Candidate * > TowerCollection
XYZTLorentzVectorD XYZTLorentzVector
Lorentz vector with cylindrical internal representation using pseudorapidity.
Definition: LorentzVector.h:30
Structure containing data common to all types of MET.
Definition: CommonMETData.h:22
reco::CaloMET addInfo(edm::Handle< edm::View< reco::Candidate > > towers, CommonMETData met, bool noHF, double globalThreshold)
Make CaloMET. Assumes MET is made from CaloTowerCandidates.
XYZPointD XYZPoint
point in space with cartesian internal representation
Definition: Point3D.h:13
math::XYZTLorentzVector LorentzVector
math::XYZPoint Point