Dumps on screen the content of the tracks. More...
#include "lardataobj/RecoBase/Track.h"
#include "lardataobj/RecoBase/Hit.h"
#include "lardataobj/RecoBase/SpacePoint.h"
#include "lardataobj/RecoBase/PFParticle.h"
#include "fhiclcpp/types/Atom.h"
#include "fhiclcpp/types/Table.h"
#include "fhiclcpp/types/Name.h"
#include "fhiclcpp/types/Comment.h"
#include "messagefacility/MessageLogger/MessageLogger.h"
#include "art/Framework/Core/EDAnalyzer.h"
#include "art/Framework/Core/ModuleMacros.h"
#include "art/Framework/Principal/Event.h"
#include "art/Framework/Principal/Handle.h"
#include "canvas/Persistency/Common/FindManyP.h"
#include "canvas/Utilities/InputTag.h"
#include <string>
#include <sstream>
#include <iomanip>
#include <algorithm>
#include <iterator>
#include <functional>
#include <memory>
Go to the source code of this file.
Classes | |
class | recob::DumpTracks |
Prints the content of all the tracks on screen. More... | |
struct | recob::DumpTracks::Config |
Configuration object. More... | |
Namespaces | |
recob | |
Reconstruction base classes. | |
Dumps on screen the content of the tracks.
Definition in file DumpTracks_module.cc.