StRoot
1
|
Code to fill the StMiniMcEvent classes from StEvent, StMcEvent and StAssociationMaker. More...
#include "StMiniMcMaker.h"
#include "TFile.h"
#include "TTree.h"
#include "TBranch.h"
#include "TMath.h"
#include "TRandom.h"
#include "Stiostream.h"
#include <assert.h>
#include "StMessMgr.h"
#include "PhysicalConstants.h"
#include "StPhysicalHelix.hh"
#include "SystemOfUnits.h"
#include "StIOMaker/StIOMaker.h"
#include "StParticleDefinition.hh"
#include "StMatrixF.hh"
#include "StChainOpt.h"
#include "StEventTypes.h"
#include "StMcEventTypes.hh"
#include "StMcEvent.hh"
#include "StuRefMult.hh"
#include "StTpcDedxPidAlgorithm.h"
#include "StuProbabilityPidAlgorithm.h"
#include "StEmcUtil/geometry/StEmcGeom.h"
#include "StEmcUtil/projection/StEmcPosition.h"
#include "StMiniMcHelper.h"
#include <vector>
#include <map>
#include "StTrack.h"
#include "StGlobalTrack.h"
#include "StDcaGeometry.h"
#include "StContainers.h"
#include "StTrackDetectorInfo.h"
#include "StEnumerations.h"
#include "StHit.h"
#include "THelixTrack.h"
Go to the source code of this file.
Classes | |
struct | MyHolder_t |
Functions | |
void | dominatrackInfo (const StTrack *, int &dominatrackKey, short &, float &) |
bool | hitCmp (const StTpcHit *p1, const StTpcHit *p2) |
bool | StMcCalorimeterHitCompdE (const StMcCalorimeterHit *const &lhs, const StMcCalorimeterHit *const &rhs) |
bool | StEmcRawHitCompEne (const StEmcRawHit *lhs, const StEmcRawHit *rhs) |
float | scaleFactor (double Eta, int hitType=0) |
Code to fill the StMiniMcEvent classes from StEvent, StMcEvent and StAssociationMaker.
Definition in file StMiniMcMaker.cxx.