#include <BoostedHadTopAndTopPairFilterAugmentation.h>
◆ BoostedHadTopAndTopPairFilterAugmentation()
DerivationFramework::BoostedHadTopAndTopPairFilterAugmentation::BoostedHadTopAndTopPairFilterAugmentation |
( |
const std::string & |
t, |
|
|
const std::string & |
n, |
|
|
const IInterface * |
p |
|
) |
| |
◆ ~BoostedHadTopAndTopPairFilterAugmentation()
DerivationFramework::BoostedHadTopAndTopPairFilterAugmentation::~BoostedHadTopAndTopPairFilterAugmentation |
( |
| ) |
|
◆ addBranches()
StatusCode DerivationFramework::BoostedHadTopAndTopPairFilterAugmentation::addBranches |
( |
| ) |
const |
|
virtual |
Definition at line 63 of file BoostedHadTopAndTopPairFilterAugmentation.cxx.
69 return StatusCode::FAILURE;
78 if (filterCode_High == 0 ){
79 decorationHadTopPt_High(*eventInfo) = 0;
80 decorationttbarSysPt_High(*eventInfo) = 0;
82 else if ( filterCode_High == 1){
83 decorationttbarSysPt_High(*eventInfo) = 1;
84 decorationHadTopPt_High(*eventInfo) = 0;
86 else if ( filterCode_High == 2){
87 decorationttbarSysPt_High(*eventInfo) = 0;
88 decorationHadTopPt_High(*eventInfo) = 1;
91 else if ( filterCode_High == 3){
92 decorationttbarSysPt_High(*eventInfo) = 1;
93 decorationHadTopPt_High(*eventInfo) = 1;
103 if (filterCode_Low == 0 ){
104 decorationHadTopPt_Low(*eventInfo) = 0;
105 decorationttbarSysPt_Low(*eventInfo) = 0;
107 else if ( filterCode_Low == 1){
108 decorationttbarSysPt_Low(*eventInfo) = 1;
109 decorationHadTopPt_Low(*eventInfo) = 0;
111 else if ( filterCode_Low == 2){
112 decorationttbarSysPt_Low(*eventInfo) = 0;
113 decorationHadTopPt_Low(*eventInfo) = 1;
116 else if ( filterCode_Low == 3){
117 decorationttbarSysPt_Low(*eventInfo) = 1;
118 decorationHadTopPt_Low(*eventInfo) = 1;
126 return StatusCode::SUCCESS;
◆ finalize()
StatusCode DerivationFramework::BoostedHadTopAndTopPairFilterAugmentation::finalize |
( |
| ) |
|
◆ initialize()
StatusCode DerivationFramework::BoostedHadTopAndTopPairFilterAugmentation::initialize |
( |
| ) |
|
◆ m_eventInfoName
std::string DerivationFramework::BoostedHadTopAndTopPairFilterAugmentation::m_eventInfoName |
|
private |
◆ m_filterTool_High
◆ m_filterTool_Low
The documentation for this class was generated from the following files: