FairRoot/PandaRoot
|
#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< PndSmpFilt > | PndSmpFilterSet |
typedef std::vector< PndSmpCand > | PndSmpCandList |
typedef std::vector< TString > | StrVec |
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.
Definition at line 71 of file PndFilteredPrimaryGenerator.h.