FairRoot/PandaRoot
Classes | Typedefs
PndFilteredPrimaryGenerator.h File Reference
#include "FairPrimaryGenerator.h"
#include "FairEvtFilterParams.h"
#include "FairRunSim.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< TStringStrVec
 

Typedef Documentation

typedef std::vector<PndSmpCand> PndSmpCandList

Definition at line 70 of file PndFilteredPrimaryGenerator.h.

typedef vector<PndSmpFilt> PndSmpFilterSet

Definition at line 66 of file PndFilteredPrimaryGenerator.h.

typedef std::vector<TString> StrVec

Definition at line 71 of file PndFilteredPrimaryGenerator.h.