#include "TrackAnalysis.h"
#include "HitAnalysisAlg.h"
#include "MCAssociations.h"
#include "sbndcode/gallery/helpers/expandInputFiles.h"
#include "lardataobj/RecoBase/Track.h"
#include "lardataalg/DetectorInfo/DetectorPropertiesStandardTestHelpers.h"
#include "lardataalg/DetectorInfo/DetectorPropertiesStandard.h"
#include "lardataalg/DetectorInfo/DetectorClocksStandardTestHelpers.h"
#include "lardataalg/DetectorInfo/DetectorClocksStandard.h"
#include "lardataalg/DetectorInfo/LArPropertiesStandardTestHelpers.h"
#include "lardataalg/DetectorInfo/LArPropertiesStandard.h"
#include "larcorealg/Geometry/StandaloneGeometrySetup.h"
#include "larcorealg/Geometry/GeometryCore.h"
#include "sbndcode/Geometry/ChannelMapSBNDAlg.h"
#include "larcorealg/Geometry/StandaloneBasicSetup.h"
#include "gallery/Event.h"
#include "canvas/Utilities/InputTag.h"
#include "messagefacility/MessageLogger/MessageLogger.h"
#include "fhiclcpp/ParameterSet.h"
#include "TFile.h"
#include <string>
#include <vector>
#include <memory>
#include <iostream>
#include <algorithm>
#include <iterator>
Go to the source code of this file.
Functions | |
int | galleryAnalysis (std::string const &configFile, std::vector< std::string > const &inputFiles) |
Runs the analysis macro. More... | |
int | galleryAnalysis (std::string const &configFile, std::string filename) |
Version with a single input file. More... | |
int | main (int argc, char **argv) |
int galleryAnalysis | ( | std::string const & | configFile, |
std::vector< std::string > const & | inputFiles | ||
) |
Runs the analysis macro.
configFile | path to the FHiCL configuration to be used for the services |
inputFiles | vector of path of file names |
Definition at line 75 of file sbndcode/sbndcode/gallery/galleryAnalysis/galleryAnalysis.cpp.
int galleryAnalysis | ( | std::string const & | configFile, |
std::string | filename | ||
) |
Version with a single input file.
Definition at line 191 of file sbndcode/sbndcode/gallery/galleryAnalysis/galleryAnalysis.cpp.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 195 of file sbndcode/sbndcode/gallery/galleryAnalysis/galleryAnalysis.cpp.