BCMTFProcess.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 "BCMTFProcess.h"
12 
13 // ---------------------------------------------------------
14 BCMTFProcess::BCMTFProcess(const std::string& name)
15  : fHistogramColor(-1)
16  , fHistogramFillStyle(-1)
17  , fHistogramLineStyle(-1)
18 {
19  SetName(name);
20 }
21 
22 // ---------------------------------------------------------
24 {}
25 
26 // ---------------------------------------------------------
BCMTFProcess(const std::string &name)
The default constructor.
void SetName(const std::string &name)
Set the name of the process.
Definition: BCMTFProcess.h:82
~BCMTFProcess()
The default destructor.