CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
BaselinePFSCRegression.h
Go to the documentation of this file.
1 #ifndef __BASELINEPFSCREGRESSION_H__
2 #define __BASELINEPFSCREGRESSION_H__
3 
6 
11 
14 
18 
24 
27 
28 #include <vector>
29 
31  public:
33  void update(const edm::EventSetup&);
34  void set(const reco::SuperCluster&, std::vector<float>&) const;
36  void setEvent(const edm::Event&);
37 
38  private:
49 };
50 
52 
53 #endif
edm::EDGetTokenT< EcalRecHitCollection > inputTagEERecHits_
void setTokens(const edm::ParameterSet &, edm::ConsumesCollector &&)
edm::Handle< reco::VertexCollection > vertices
#define NULL
Definition: scimark2.h:8
edm::Handle< EcalRecHitCollection > rechitsEB
edm::EDGetTokenT< EcalRecHitCollection > inputTagEBRecHits_
edm::ESHandle< CaloTopology > calotopo
void update(const edm::EventSetup &)
edm::EDGetTokenT< reco::VertexCollection > inputTagVertices_
void setEvent(const edm::Event &)
const CaloTopologyRecord * topo_record
edm::ESHandle< CaloGeometry > calogeom
const CaloGeometryRecord * geom_record
edm::Handle< EcalRecHitCollection > rechitsEE
SCRegressionCalculator< BaselinePFSCRegression > PFSCRegressionCalc
void set(const reco::SuperCluster &, std::vector< float > &) const