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>
7
#include "
BmnAlignCorrections.h
"
8
9
using namespace
std
;
10
11
class
BmnSiliconAlignCorrections
:
public
BmnAlignCorrections
{
12
public
:
13
14
BmnSiliconAlignCorrections
() {
15
};
16
17
BmnSiliconAlignCorrections
(TVector3);
18
BmnSiliconAlignCorrections
(Int_t, Int_t, TVector3);
19
20
virtual
~BmnSiliconAlignCorrections
() { };
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
38
private
:
39
Int_t fStation;
40
Int_t fModule;
41
42
ClassDef(
BmnSiliconAlignCorrections
, 1)
43
};
44
45
#endif
BmnAlignCorrections
Definition
BmnAlignCorrections.h:10
BmnSiliconAlignCorrections
Definition
BmnSiliconAlignCorrections.h:11
BmnSiliconAlignCorrections::GetModule
Int_t GetModule()
Definition
BmnSiliconAlignCorrections.h:34
BmnSiliconAlignCorrections::GetStation
Int_t GetStation()
Definition
BmnSiliconAlignCorrections.h:30
BmnSiliconAlignCorrections::SetModule
void SetModule(Int_t num)
Definition
BmnSiliconAlignCorrections.h:26
BmnSiliconAlignCorrections::BmnSiliconAlignCorrections
BmnSiliconAlignCorrections()
Definition
BmnSiliconAlignCorrections.h:14
BmnSiliconAlignCorrections::~BmnSiliconAlignCorrections
virtual ~BmnSiliconAlignCorrections()
Definition
BmnSiliconAlignCorrections.h:20
BmnSiliconAlignCorrections::SetStation
void SetStation(Int_t num)
Definition
BmnSiliconAlignCorrections.h:22
BmnAlignCorrections.h
std
STL namespace.
alignment
BmnSiliconAlignCorrections.h
Generated on Fri May 15 2026 10:40:50 for BmnRoot by
1.9.8