PandaRoot
PndFilteredPrimaryGenerator.h File Reference
#include "FairPrimaryGenerator.h"
#include "FairEvtFilterParams.h"
#include "FairRunSim.h"
#include "FairRootFileSink.h"
#include "PndSmpFilt.h"
#include "PndSmpCand.h"
#include "TFile.h"
#include "TLorentzVector.h"
#include "TString.h"
#include "Rtypes.h"
#include <iostream>
#include <vector>
#include <unordered_set>
#include <map>

Go to the source code of this file.

Classes

class  PndFilteredPrimaryGenerator
 Primary generator with added event filtering capabilities. More...
 

Typedefs

typedef vector< PndSmpFiltPndSmpFilterSet
 
typedef std::vector< PndSmpCandPndSmpCandList
 
typedef std::vector< TString > StrVec
 

Typedef Documentation

◆ PndSmpCandList

typedef std::vector<PndSmpCand> PndSmpCandList

Definition at line 69 of file PndFilteredPrimaryGenerator.h.

◆ PndSmpFilterSet

typedef vector<PndSmpFilt> PndSmpFilterSet

Definition at line 66 of file PndFilteredPrimaryGenerator.h.

◆ StrVec

typedef std::vector<TString> StrVec

Definition at line 70 of file PndFilteredPrimaryGenerator.h.