154 int oldpr = std::cout.precision(5);
155 std::cout <<
"in TauPi0Cluster::dump()" << std::endl;
156 std::cout <<
"-------------------------" << std::endl;
157 std::cout <<
"m_DELTA_PHI = " <<
m_DELTA_PHI << std::endl;
158 std::cout <<
"m_DELTA_THETA = " <<
m_DELTA_THETA << std::endl;
159 std::cout <<
"m_ENG_FRAC_EM = " <<
m_ENG_FRAC_EM << std::endl;
165 std::cout <<
"m_LATERAL = " <<
m_LATERAL << std::endl;
167 std::cout <<
"m_EM1CoreFrac = " <<
m_EM1CoreFrac << std::endl;
169 std::cout <<
"m_NHitsInEM1 = " <<
m_NHitsInEM1 << std::endl;
177 std::cout <<
"m_BDTScore = " <<
m_BDTScore << std::endl;
179 std::cout <<
"this->cluster()->e() = " << this->
cluster()->
e() << std::endl;
180 std::cout <<
"this->cluster()->pt() = " << this->
cluster()->
pt() << std::endl;
181 std::cout <<
"this->cluster()->eta() = " << this->
cluster()->
eta() << std::endl;
182 std::cout <<
"this->cluster()->phi() = " << this->
cluster()->
phi() << std::endl;
184 std::cout << std::endl <<std::endl;
185 std::cout <<
"-------------------------" <<std::endl;
186 std::cout.precision(oldpr);
Declaration of tau details base class.
TauPi0Cluster & operator=(const TauPi0Cluster &rhs)
assignment operator
const CaloCluster * cluster() const
Get cluster Consider using direct access through clusterLink() instead.
bool operator==(const TauPi0Cluster &rhs) const
Equality operator.
float m_DELTA_PHI
cluster external properties
TauPi0Cluster()
default constructor
float m_firstEtaWRTClusterPosition_EM1
float m_asymmetryInEM1WRTTrk
float m_secondEtaWRTClusterPosition_EM1
bool operator!=(const TauPi0Cluster &rhs) const
Inequality operator.
virtual ~TauPi0Cluster()
destructor (virtual)
ElementLink< CaloClusterContainer > m_cluster
cluster
std::vector< TauShot * > m_tauShotVector
float m_firstEtaWRTClusterPosition_EM2
float m_secondEtaWRTClusterPosition_EM2
virtual double e() const
Retrieve energy independent of signal state.
virtual double eta() const
Retrieve eta independent of signal state.
virtual double phi() const
Retrieve phi independent of signal state.
virtual double pt() const
transverse momentum
The namespace of all packages in PhysicsAnalysis/JetTagging.