ATLAS Offline Software
Loading...
Searching...
No Matches
TreeBranchHelpers.h File Reference
#include <unordered_map>
#include <string>
#include <vector>
#include <memory>
#include <list>
#include "AsgMessaging/AsgMessaging.h"
#include "AsgMessaging/AsgMessagingForward.h"
#include "AsgServices/ServiceHandle.h"
#include "AnaAlgorithm/AnaAlgorithm.h"
#include "CxxUtils/checker_macros.h"
#include "SystematicsHandles/SysListHandle.h"
#include <AsgTools/PropertyWrapper.h>
#include "AthContainersInterfaces/IAuxTypeVector.h"
#include "AthContainers/AuxElement.h"
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  CP::TreeBranchHelpers::BranchConfig
 the user configuration of an output branch More...
struct  CP::TreeBranchHelpers::OutputBranchData
 the data for a single output branch More...
class  CP::TreeBranchHelpers::IBranchProcessor
 the interface class for branch processors More...
class  CP::TreeBranchHelpers::IObjectProcessor
 the interface class for classes reading an object from the event store and processing it More...
class  CP::TreeBranchHelpers::ElementBranchProcessor
 Class writing one variable from an xAOD object into a branch. More...
class  CP::TreeBranchHelpers::ContainerBranchProcessor
 Class writing one variable from an xAOD object into a branch. More...
class  CP::TreeBranchHelpers::ElementProcessorRegular
 Class writing all variables from one standalone object. More...
class  CP::TreeBranchHelpers::ContainerProcessorRegular
 Class writing all variables from one DataVector container. More...
class  CP::TreeBranchHelpers::ElementProcessorMet
 Class writing all variables from one standalone object. More...
class  CP::TreeBranchHelpers::ProcessorList

Namespaces

namespace  SG
 Forward declaration.
namespace  CP
 Select isolated Photons, Electrons and Muons.
namespace  CP::TreeBranchHelpers
 a namespace for helper functions and objects for filling tree branches

Typedefs

using CP::TreeBranchHelpers::StoreType = StoreGateSvc
 the type of the event store in the current environment