CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
CastorJet.cc
Go to the documentation of this file.
2 
3 reco::CastorJet::CastorJet(const double energycal, const reco::CastorClusterRef& usedCluster) {
5  usedCluster_ = usedCluster;
6 }
7 
9 
10 }
CastorClusterRef usedCluster_
used CastorClusters
Definition: CastorJet.h:95
double energycal() const
Jet energycal.
Definition: CastorJet.h:33
double energycal_
Jet energycal.
Definition: CastorJet.h:92
virtual ~CastorJet()
destructor
Definition: CastorJet.cc:8
CastorJet()
default constructor. Sets energy to zero
Definition: CastorJet.h:21