20 #include "WireTrackCandHit.h"
26 WireTrackCandHit::WireTrackCandHit(
int detId,
29 double sortingParameter,
31 : TrackCandHit(detId, hitId, planeId, sortingParameter),
38 void WireTrackCandHit::Print(Option_t*)
const {
39 printOut <<
" WireTrackCandHit. DetId = " << detId_
40 <<
" \t HitId = " << hitId_
41 <<
" \t PlaneId = " << planeId_
42 <<
" \t SortingParameter = " << sortingParameter_
43 <<
" \t leftRight = " << (int)leftRight_ <<
"\n";
Defines for I/O streams used for error and debug printing.
std::ostream printOut
Default stream for output of Print calls.