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