ATLAS Offline Software
Loading...
Searching...
No Matches
TrackCaloClusterAuxContainer_v1.cxx
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
3*/
4// $Id: TrackCaloClusterAuxContainer_v1.cxx $
5
6// Local include(s):
8
9namespace xAOD {
10
21
23 std::cout<<" Dumping TrackCaloClusterAuxContainer_v1"<<std::endl;
24 std::cout<<"pt:";
25 std::copy(pt.begin() , pt.end() , std::ostream_iterator<float>(std::cout, ", "));
26 std::cout<<"eta:";
27 std::copy(eta.begin() , eta.end() , std::ostream_iterator<float>(std::cout, ", "));
28 std::cout<<"phi:";
29 std::copy(phi.begin() , phi.end() , std::ostream_iterator<float>(std::cout, ", "));
30 std::cout<<"m:";
31 std::copy(m.begin() , m.end() , std::ostream_iterator<float>(std::cout, ", "));
32 std::cout<<"taste:";
33 std::copy(taste.begin(), taste.end(), std::ostream_iterator<int>(std::cout, ", "));
34 }
35
36} // namespace xAOD
#define AUX_VARIABLE(VAR,...)
Convenience macro for declaring an auxiliary variable.
Definition AuxVariable.h:23
AuxContainerBase(bool allowDynamicVars=true)
Default constructor.
std::vector< ElementLink< xAOD::TrackParticleContainer > > trackParticleLink
std::vector< std::vector< ElementLink< xAOD::CaloClusterContainer > > > caloClusterLinks
void dump() const
Dumps contents (for debugging)
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.