BCMTFSystematicVariation.cxx
1 /*
2  * Copyright (C) 2007-2018, the BAT core developer team
3  * All rights reserved.
4  *
5  * For the licensing terms see doc/COPYING.
6  * For documentation see http://mpp.mpg.de/bat
7  */
8 
9 // ---------------------------------------------------------
10 
11 #include <TH1D.h>
12 
13 #include "BCMTFSystematicVariation.h"
14 
15 // ---------------------------------------------------------
17  : fHistogramUpContainer(nprocesses, (TH1D*)0),
18  fHistogramDownContainer(nprocesses, (TH1D*)0)
19 {
20 }
21 
22 // ---------------------------------------------------------
24 {}
~BCMTFSystematicVariation()
The default destructor.
BCMTFSystematicVariation(int nprocesses)
The default constructor.