AmpGen 2.1
Loading...
Searching...
No Matches
EventList.h File Reference
#include "AmpGen/ArgumentPack.h"
#include "AmpGen/EventType.h"
#include "AmpGen/MsgService.h"
#include "AmpGen/Event.h"
#include "AmpGen/Projection.h"
#include "AmpGen/Utilities.h"
#include "AmpGen/MetaUtils.h"
#include "AmpGen/Units.h"
#include <chrono>
#include <functional>
#include <numeric>
#include <cstddef>
#include <algorithm>
#include <TH1D.h>
#include <TH2D.h>
#include <TTree.h>

Go to the source code of this file.

Classes

class  AmpGen::EventList
 

Namespaces

namespace  AmpGen
 
namespace  AmpGen::PlotOptions
 

Functions

 AmpGen::PlotOptions::DECLARE_ARGUMENT (Bins, size_t)
 
 AmpGen::DECLARE_ARGUMENT (Branches, std::vector< std::string >)
 
 AmpGen::DECLARE_ARGUMENT (ExtraBranches, std::vector< std::string >)
 Branch names containing kinematic information.
 
 AmpGen::DECLARE_ARGUMENT (IdBranches, std::vector< std::string >)
 additional information about the event to include
 
 AmpGen::DECLARE_ARGUMENT (EntryList, std::vector< size_t >)
 Branches containing PID information, used if the names of particles are incorrect (looking at you, DTF)
 
 AmpGen::DECLARE_ARGUMENT (GetGenPdf, bool)
 
 AmpGen::DECLARE_ARGUMENT (Filter, std::string)
 
 AmpGen::DECLARE_ARGUMENT (WeightBranch, std::string)
 
 AmpGen::DECLARE_ARGUMENT (ApplySym, bool)
 
 AmpGen::DECLARE_ARGUMENT (WeightFunction, std::function< double(const Event &)>)
 
 AmpGen::DECLARE_ARGUMENT (InputUnits, AmpGen::Units)