DAS  3.0
Das Analysis System
Format.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include <string>
4 
5 namespace DAS {
6 
8 inline const std::string SysUp = "Up";
10 inline const std::string SysDown = "Down";
11 
12 } // namespace DAS
DAS
Definition: applyBTagSF.cc:31
DAS::SysUp
const std::string SysUp
Suffix used for "up" uncertainties. Follows the Combine convention.
Definition: Format.h:8
DAS::SysDown
const std::string SysDown
Suffix used for "down" uncertainties. Follows the Combine convention.
Definition: Format.h:10