BmnRoot
Loading...
Searching...
No Matches
BmnMilleContainer.cxx
Go to the documentation of this file.
1#include "BmnMilleContainer.h"
2
3#include <vector>
4
6: fStation(-1),
7 fModule(-1),
8 fMeasX(0.),
9 fMeasY(0.),
10 fdMeasX(0.),
11 fdMeasY(0.)
12{
13 fLocDerX.resize(0);
14 fLocDerY.resize(0);
15 fGlobDerX.resize(0);
16 fGlobDerY.resize(0);
17}
18
19//BmnMilleContainer::BmnMilleContainer(TString lay) :
20//BmnMilleContainer() {
21//
22//}
23