star-travex
|
#include <algorithm>
#include <cfloat>
#include <iostream>
#include <string>
#include "TChain.h"
#include "TClonesArray.h"
#include "TFile.h"
#include "TString.h"
#include "St_db_Maker/St_db_Maker.h"
#include "StEmcRawMaker/StBemcTables.h"
#include "StMuDSTMaker/COMMON/StMuDst.h"
#include "StMuDSTMaker/COMMON/StMuDstMaker.h"
#include "StMuDSTMaker/COMMON/StMuEvent.h"
#include "StGenericVertexMaker/StGenericVertexFinder.h"
#include "StGenericVertexMaker/StiPPVertex/StPPVertexFinder.h"
#include "travex/ProgramOptions.h"
Go to the source code of this file.
Functions | |
bool | switched_file (const StMuDstMaker &maker) |
void | process_muDst (tvx::ProgramOptions &prgOpts) |
int | main (int argc, char **argv) |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 28 of file vtxreco.cxx.
void process_muDst | ( | tvx::ProgramOptions & | prgOpts | ) |
using VertexFit_t=StGenericVertexFinder::VertexFit_t;
Definition at line 42 of file vtxreco.cxx.
bool switched_file | ( | const StMuDstMaker & | maker | ) |
Definition at line 165 of file vtxreco.cxx.