CMS 3D CMS Logo

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 
CastorJet.h
reco::CastorJet::energycal_
double energycal_
Jet energycal.
Definition: CastorJet.h:90
reco::CastorJet::usedCluster_
CastorClusterRef usedCluster_
used CastorClusters
Definition: CastorJet.h:93
edm::Ref< CastorClusterCollection >
reco::CastorJet::energycal
double energycal() const
Jet energycal.
Definition: CastorJet.h:32
reco::CastorJet::~CastorJet
~CastorJet() override
destructor
Definition: CastorJet.cc:8
reco::CastorJet::CastorJet
CastorJet()
default constructor. Sets energy to zero
Definition: CastorJet.h:20