star-travex
|
#include <algorithm>
#include <cfloat>
#include <iostream>
#include <string>
#include "TTree.h"
#include "TChain.h"
#include "StEvent/StBTofHeader.h"
#include "StEvent/StTrackTopologyMap.h"
#include "StMuDSTMaker/COMMON/StMuDst.h"
#include "StMuDSTMaker/COMMON/StMuDstMaker.h"
#include "StMuDSTMaker/COMMON/StMuEvent.h"
#include "StMuDSTMaker/COMMON/StMuMcTrack.h"
#include "StMuDSTMaker/COMMON/StMuMcVertex.h"
#include "StMuDSTMaker/COMMON/StMuPrimaryVertex.h"
#include "StMuDSTMaker/COMMON/StMuTrack.h"
#include "StSecondaryVertexMaker/DecayVertexFinder.h"
#include "StVertexRootIO/TPrimaryVertex.h"
#include "StVertexRootIO/TDecayVertexContainers.h"
#include "travex/ProgramOptions.h"
#include "src-tools/utils.h"
#include "VtxEval/VertexRootFile.h"
Go to the source code of this file.
Functions | |
void | process_muDst (VertexRootFile &outFile) |
bool | checkVertexHasPxlHit (int vertexIndex, const StMuDst &stMuDst) |
Returns true if at least one PXL hit is on a track pointing to vertex with vertexIndex. More... | |
bool | SkipCurrentEvent (const StMuDstMaker &maker) |
int | main (int argc, char **argv) |
bool checkVertexHasPxlHit | ( | int | vertexIndex, |
const StMuDst & | stMuDst | ||
) |
Returns true if at least one PXL hit is on a track pointing to vertex with vertexIndex.
Definition at line 211 of file vtxhist.cc.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 41 of file vtxhist.cc.
void process_muDst | ( | VertexRootFile & | outFile | ) |
Definition at line 60 of file vtxhist.cc.
bool SkipCurrentEvent | ( | const StMuDstMaker & | maker | ) |
Definition at line 236 of file vtxhist.cc.