CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
TrackInformation.cc
Go to the documentation of this file.
3 
4 #include <iostream>
5 
6 G4Allocator<TrackInformation> TrackInformationAllocator;
7 
8 void TrackInformation::Print() const {
9  LogDebug("TrackInformation") << " TrackInformation : storeTrack = " << storeTrack_ << "\n"
10  << " hasHits = " << hasHits_ << "\n"
11  << " isPrimary = " << isPrimary_ << "\n"
12  << " isGeneratedSecondary = " << isGeneratedSecondary_ << "\n"
13  << " isInHistory = " << isInHistory_ << "\n"
14  << " idOnCaloSurface = " << getIDonCaloSurface() << "\n"
15  << " caloIDChecked = " << caloIDChecked() << "\n"
16  << " idCaloVolume = " << idCaloVolume_ << "\n"
17  << " idLastVolume = " << idLastVolume_;
18 }
19 
#define LogDebug(id)
int getIDonCaloSurface() const
virtual void Print() const
G4Allocator< TrackInformation > TrackInformationAllocator
bool caloIDChecked() const