BmnRoot
Loading...
Searching...
No Matches
BmnGemAlignCorrections.h
Go to the documentation of this file.
1
#ifndef BMNGEMALIGNCORRECTIONS_H
2
#define BMNGEMALIGNCORRECTIONS_H 1
3
4
#include <iostream>
5
#include <TNamed.h>
6
#include <TVector3.h>
7
#include "
BmnAlignCorrections.h
"
8
9
using namespace
std
;
10
11
class
BmnGemAlignCorrections
:
public
BmnAlignCorrections
{
12
public
:
13
14
BmnGemAlignCorrections
();
15
16
BmnGemAlignCorrections
(Int_t, Int_t, TVector3);
17
18
virtual
~BmnGemAlignCorrections
() { };
19
20
void
SetStation
(Int_t num) {
21
fStation = num;
22
}
23
24
void
SetModule
(Int_t num) {
25
fModule = num;
26
}
27
28
Int_t
GetStation
() {
29
return
fStation;
30
}
31
32
Int_t
GetModule
() {
33
return
fModule;
34
}
35
36
private
:
37
Int_t fStation;
38
Int_t fModule;
39
40
ClassDef(
BmnGemAlignCorrections
, 1)
41
};
42
43
#endif
BmnAlignCorrections
Definition
BmnAlignCorrections.h:10
BmnGemAlignCorrections
Definition
BmnGemAlignCorrections.h:11
BmnGemAlignCorrections::GetStation
Int_t GetStation()
Definition
BmnGemAlignCorrections.h:28
BmnGemAlignCorrections::SetModule
void SetModule(Int_t num)
Definition
BmnGemAlignCorrections.h:24
BmnGemAlignCorrections::GetModule
Int_t GetModule()
Definition
BmnGemAlignCorrections.h:32
BmnGemAlignCorrections::~BmnGemAlignCorrections
virtual ~BmnGemAlignCorrections()
Definition
BmnGemAlignCorrections.h:18
BmnGemAlignCorrections::BmnGemAlignCorrections
BmnGemAlignCorrections()
Definition
BmnGemAlignCorrections.cxx:3
BmnGemAlignCorrections::SetStation
void SetStation(Int_t num)
Definition
BmnGemAlignCorrections.h:20
BmnAlignCorrections.h
std
STL namespace.
alignment
BmnGemAlignCorrections.h
Generated on Fri May 15 2026 10:40:50 for BmnRoot by
1.9.8