ATLAS Offline Software
|
#include "JetSelectorTools/JetCleaningTool.h"
#include "JetSelectorTools/Helpers.h"
#include "xAODJet/Jet.h"
#include "xAODJet/JetContainer.h"
#include "xAODJet/JetAuxContainer.h"
#include "TString.h"
#include "TSystem.h"
Go to the source code of this file.
Functions | |
const char * | parseResult (const asg::AcceptData &result, const char *selection="Cleaning") |
void | setJetToDefault (xAOD::Jet &jet) |
int | main (int argc, char *argv[]) |
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 76 of file TestJetCleaningTool.cxx.
const char* parseResult | ( | const asg::AcceptData & | result, |
const char * | selection = "Cleaning" |
||
) |
Definition at line 21 of file TestJetCleaningTool.cxx.
void setJetToDefault | ( | xAOD::Jet & | jet | ) |
Definition at line 26 of file TestJetCleaningTool.cxx.