ATLAS Offline Software
Loading...
Searching...
No Matches
TauPi0Details_p2.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3*/
4
12
13#ifndef TAUEVENTTPCNV_TAUPI0DETAILS_P2_H
14#define TAUEVENTTPCNV_TAUPI0DETAILS_P2_H
15
16#include <vector>
18#include "CLHEP/Vector/LorentzVector.h"
19
22
25{
26
27public:
29
31 friend class TauPi0DetailsCnv_p2;
32
33private:
34 std::vector< TPObjRef > m_pi0CandContainer;
35 std::vector< TPObjRef > m_pi0ClusContainer;
36 std::vector< TPObjRef > m_shotContainer;
37
38 CLHEP::HepLorentzVector m_visTau_hlv;
39
40};
41
42#endif
std::vector< TPObjRef > m_pi0CandContainer
friend class TauPi0DetailsCnv_p2
necessary to have member data private
CLHEP::HepLorentzVector m_visTau_hlv
std::vector< TPObjRef > m_pi0ClusContainer
std::vector< TPObjRef > m_shotContainer