Class description.
Definition at line 84 of file CDCHistMaker.py.
◆ __init__()
def __init__ |
( |
|
self, |
|
|
|
exp = 0 , |
|
|
|
run = 0 , |
|
|
|
dest = '.' |
|
) |
| |
call constructor of base class, required.
Definition at line 90 of file CDCHistMaker.py.
90 def __init__(self, exp=0, run=0, dest='.'):
92 call constructor of base class, required.
95 super(CDCHistMakerModule, self).__init__()
102 if os.path.exists(self.m_dest)
is False:
103 os.mkdir(self.m_dest)
105 self.m_outputFile = self.m_dest +
'/dqm.{0:0>4}.{1:0>5}.root'.format(self.m_exp, self.m_run)
◆ event()
◆ terminate()
The documentation for this class was generated from the following file: