Definition at line 15 of file trigRateExe.py.
◆ preExecute()
def python.trigRateExe.trigRateExecutor.preExecute |
( |
|
self, |
|
|
|
input = set() , |
|
|
|
output = set() |
|
) |
| |
Definition at line 17 of file trigRateExe.py.
17 def preExecute(self, input = set(), output =
set()):
22 self._cmd = [self._exe]
23 self._cmd.
extend([
'Input.Files=' +
str(self.conf.dataDictionary[
'AOD'].value) ])
24 self._cmd.
extend([
'--outputHist='+self.conf.argdict[
'outputNTUP_TRIGRATEFile'].value[0]])
26 if 'rateopts' in self.conf.argdict:
27 args = self.conf.argdict[
'rateopts'].value[
'all']
28 if isinstance(args, list):
33 super(trigRateExecutor, self).preExecute()
◆ _cmd
python.trigRateExe.trigRateExecutor._cmd |
|
private |
The documentation for this class was generated from the following file:
constexpr std::enable_if_t< is_bitmask_v< E >, E & > set(E &lhs, E rhs)
Convenience function to set bits in a class enum bitmask.