BmnRoot
Loading...
Searching...
No Matches
BmnTofHit.h
Go to the documentation of this file.
1/*
2 * File: BmnTofHit.h
3 * Author: merz
4 *
5 * Created on October 24, 2014, 10:58 AM
6 */
7
8#ifndef BMNTOFHIT_H
9#define BMNTOFHIT_H
10
11#include "BmnHit.h"
12
13#include <TObject.h>
14#include <iostream>
15#include <math.h>
16
17using namespace std;
18
19// class TClonesArray;
20
21class BmnTofHit : public BmnHit
22{
23 public:
26
28 BmnTofHit(Int_t detUID, TVector3 posHit, TVector3 posHitErr, Int_t pointIndex);
29
31 virtual ~BmnTofHit();
32
33 private:
34 ClassDef(BmnTofHit, 1);
35};
36
37#endif /* BMNTOFHIT_H */
virtual ~BmnTofHit()
BmnTofHit(Int_t detUID, TVector3 posHit, TVector3 posHitErr, Int_t pointIndex)
STL namespace.