34 std::cout << (std::string) (*
this) << std::endl;
37TileMu::operator std::string()
const
39 std::ostringstream text(std::ostringstream::out);
42 text <<
" eta=" <<
m_eta;
43 text <<
" phi=" <<
m_phi;
void print(void) const
Printing for debugging.
std::vector< float > m_energy_deposited
Energy deposited by the muons in TileCal.
void Set(float eta, float phi, const std::vector< float > &ener, float qual)
float m_quality_factor
Quality flag for tight and loose muon selection.
std::string whoami(void) const
Return identification.
float eta() const
Eta (computed as the average of the eta values of the TileCal cells where the muon goes through)
float phi() const
Phi (average value at the TileCal radius)