Crombie Tools
CutflowMaker.py
Go to the documentation of this file.
1 import os
2 from .. import Load
3 
4 newCutflowMaker = Load('CutflowMaker')
5 cutflowMaker = newCutflowMaker()
6 
7 cutflowMaker.SetDebugLevel(int(os.environ.get('DEBUG', 1)))