SND@LHC Software
Loading...
Searching...
No Matches
vetoHitOnTrack.cxx
Go to the documentation of this file.
1#include "vetoHitOnTrack.h"
2
3
4// ----- Default constructor -------------------------------------------
6 : TObject(),
7 fDist(-1),
8 fHitID(-1)
9{
10}
11// -------------------------------------------------------------------------
12
13
14
15// ----- Standard constructor ------------------------------------------
16vetoHitOnTrack::vetoHitOnTrack(Int_t hitID, Float_t dist)
17 :TObject(),
18 fDist (dist),
19 fHitID (hitID)
20{
21}
22
23// -------------------------------------------------------------------------
24
25
26// ----- Destructor ----------------------------------------------------
28// -------------------------------------------------------------------------
29
30
virtual ~vetoHitOnTrack()
ClassImp(ecalContFact) ecalContFact