BmnRoot
Loading...
Searching...
No Matches
BmnSiliconAlignCorrections.h
Go to the documentation of this file.
1#ifndef BMNSILICONALIGNCORRECTIONS_H
2#define BMNSILICONALIGNCORRECTIONS_H 1
3
4#include <iostream>
5#include <TNamed.h>
6#include <TVector3.h>
8
9using namespace std;
10
12public:
13
16
18 BmnSiliconAlignCorrections(Int_t, Int_t, TVector3);
19
21
22 void SetStation(Int_t num) {
23 fStation = num;
24 }
25
26 void SetModule(Int_t num) {
27 fModule = num;
28 }
29
30 Int_t GetStation() {
31 return fStation;
32 }
33
34 Int_t GetModule() {
35 return fModule;
36 }
37
38private:
39 Int_t fStation;
40 Int_t fModule;
41
43};
44
45#endif
STL namespace.