LArSoft
v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
|
#include <iostream>
#include <vector>
#include "messagefacility/MessageLogger/MessageLogger.h"
#include "art/Framework/Principal/Event.h"
#include "art/Framework/Services/Registry/ServiceHandle.h"
#include "art/Framework/Services/Optional/TFileService.h"
#include "art/Framework/Core/EDAnalyzer.h"
#include "art/Framework/Core/ModuleMacros.h"
#include "larcore/Geometry/Geometry.h"
#include "lardata/Utilities/AssociationUtil.h"
#include "larsim/PhotonPropagation/PhotonVisibilityService.h"
#include "larsim/Simulation/PhotonVoxels.h"
#include "TH1D.h"
#include "TH2D.h"
#include "TH3D.h"
Go to the source code of this file.
Classes | |
class | phot::PhotonLibraryAnalyzer |
Namespaces | |
phot | |
General LArSoft Utilities. | |
Macros | |
#define | PHOTLIBANALYZER_H |
#define PHOTLIBANALYZER_H |
Definition at line 2 of file PhotonLibraryAnalyzer_module.cc.