![]() |
Project
|
#include "Framework/AnalysisDataModel.h"
#include "Framework/TableBuilder.h"
#include "Framework/TableTreeHelpers.h"
#include "Framework/Logger.h"
#include "TFile.h"
#include "ReconstructionDataFormats/PrimaryVertex.h"
#include "ReconstructionDataFormats/VtxTrackIndex.h"
#include "ReconstructionDataFormats/VtxTrackRef.h"
#include "DataFormatsTPC/TrackTPC.h"
#include "DataFormatsITS/TrackITS.h"
#include "ReconstructionDataFormats/TrackTPCITS.h"
#include "Steer/MCKinematicsReader.h"
#include "CommonDataFormat/InteractionRecord.h"
#include "SimulationDataFormat/DigitizationContext.h"
#include <vector>
Go to the source code of this file.
Typedefs | |
using | GIndex = o2::dataformats::VtxTrackIndex |
Functions | |
template<typename TrackT > | |
std::vector< TrackT > * | fetchTracks (const char *filename, const char *treename, const char *branchname) |
void | fillMCollisionTable (o2::steer::MCKinematicsReader const &mcreader) |
void | fillCollisionAndTrackTable () |
int | main () |
using GIndex = o2::dataformats::VtxTrackIndex |
Definition at line 40 of file StandaloneAODProducer.cxx.
std::vector< TrackT > * fetchTracks | ( | const char * | filename, |
const char * | treename, | ||
const char * | branchname | ||
) |
Definition at line 43 of file StandaloneAODProducer.cxx.
void fillCollisionAndTrackTable | ( | ) |
Definition at line 104 of file StandaloneAODProducer.cxx.
void fillMCollisionTable | ( | o2::steer::MCKinematicsReader const & | mcreader | ) |
Definition at line 56 of file StandaloneAODProducer.cxx.
int main | ( | ) |
Definition at line 218 of file StandaloneAODProducer.cxx.