ATLAS Offline Software
Classes | Functions
SkimmingToolEXOT5.cxx File Reference
#include "DerivationFrameworkExotics/SkimmingToolEXOT5.h"
#include "xAODEventInfo/EventInfo.h"
#include "xAODJet/JetContainer.h"
#include "xAODJet/JetAuxContainer.h"
#include "xAODCore/ShallowCopy.h"
Include dependency graph for SkimmingToolEXOT5.cxx:

Go to the source code of this file.

Classes

struct  DescendingPt
 

Functions

template<typename T , typename... Args>
std::unique_ptr< T > make_unique (Args &&... args)
 

Function Documentation

◆ make_unique()

template<typename T , typename... Args>
std::unique_ptr<T> make_unique ( Args &&...  args)

Definition at line 23 of file SkimmingToolEXOT5.cxx.

23  {
24  return std::unique_ptr<T>(new T(std::forward<Args>(args)...));
25 }
python.CaloScaleNoiseConfig.args
args
Definition: CaloScaleNoiseConfig.py:80
TSU::T
unsigned long long T
Definition: L1TopoDataTypes.h:35