BAT 1.0.0
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
models
mtf
BCMTFSystematic.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 "BCMTFSystematic.h"
12
13
// ---------------------------------------------------------
14
BCMTFSystematic::BCMTFSystematic
(
const
std::string& name)
15
: fFlagSystematicActive(true)
16
{
17
SetName
(name);
18
}
19
20
// ---------------------------------------------------------
21
BCMTFSystematic::~BCMTFSystematic
()
22
{}
23
24
// ---------------------------------------------------------
BCMTFSystematic::~BCMTFSystematic
~BCMTFSystematic()
The default destructor.
Definition:
BCMTFSystematic.cxx:21
BCMTFSystematic::BCMTFSystematic
BCMTFSystematic(const std::string &name)
The default constructor.
Definition:
BCMTFSystematic.cxx:14
BCMTFSystematic::SetName
void SetName(const std::string &name)
Set name.
Definition:
BCMTFSystematic.h:75