BmnRoot
Loading...
Searching...
No Matches
BmnDchAlignCorrections.h
Go to the documentation of this file.
1#ifndef BMNDCHALIGNCORRECTIONS_H
2#define BMNDCHALIGNCORRECTIONS_H 1
3
4#include <iostream>
5#include <TNamed.h>
6#include <TVector3.h>
8
9using namespace std;
10
12public:
13
16
17 BmnDchAlignCorrections(Int_t, TVector3);
18
20
21 void SetDchId(Int_t num) {
22 fDchId = num;
23 }
24
25 Int_t GetDchId() {
26 return fDchId;
27 }
28
29private:
30 Int_t fDchId;
31
32 ClassDef(BmnDchAlignCorrections, 1)
33};
34
35#endif
STL namespace.