20 #include "TrackCandHit.h"
25 TrackCandHit::TrackCandHit(
int detId,
28 double sortingParameter)
32 sortingParameter_(sortingParameter)
38 void TrackCandHit::Print(Option_t*)
const {
39 printOut <<
" TrackCandHit. DetId = " << detId_
40 <<
" \t HitId = " << hitId_
41 <<
" \t PlaneId = " << planeId_
42 <<
" \t SortingParameter = " << sortingParameter_ <<
"\n";
47 if(lhs.detId_ == rhs.detId_ &&
48 lhs.hitId_ == rhs.hitId_ &&
49 lhs.planeId_ == rhs.planeId_)
Hit object for use in TrackCand.
bool operator==(const DecayNode &node1, const DecayNode &node2)
Compare two Decay Nodes: They are equal if All daughter decay nodes are equal or one of the daughter ...
Defines for I/O streams used for error and debug printing.
std::ostream printOut
Default stream for output of Print calls.