LArSoft
v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
|
#include "TTree.h"
#include "TFile.h"
#include <Rtypes.h>
#include "art/Framework/Core/EDAnalyzer.h"
#include "art/Framework/Core/ModuleMacros.h"
#include "art/Framework/Principal/Event.h"
#include "fhiclcpp/ParameterSet.h"
#include "art/Framework/Principal/Handle.h"
#include "canvas/Persistency/Common/Ptr.h"
#include "canvas/Persistency/Common/PtrVector.h"
#include "art/Framework/Services/Registry/ServiceHandle.h"
#include "art/Framework/Services/Optional/TFileService.h"
#include "art/Framework/Services/Optional/TFileDirectory.h"
#include "messagefacility/MessageLogger/MessageLogger.h"
#include "larsim/PhotonPropagation/PhotonVisibilityService.h"
#include "larana/OpticalDetector/OpDetResponseInterface.h"
#include "larsim/Simulation/SimListUtils.h"
#include "lardataobj/Simulation/sim.h"
#include "larsim/Simulation/LArG4Parameters.h"
#include "lardataobj/MCBase/MCTrack.h"
#include "lardataobj/Simulation/SimChannel.h"
#include "larsim/MCCheater/ParticleInventoryService.h"
#include <TH1D.h>
#include <TF1.h>
#include <iostream>
#include <sstream>
#include <cstring>
#include <vector>
#include "CLHEP/Random/RandFlat.h"
#include "CLHEP/Random/RandGaussQ.h"
Go to the source code of this file.
Classes | |
class | opdet::SimPhotonCounter |
Namespaces | |
opdet | |
Macros | |
#define | SimPhotonCounterModule_h 1 |
#define SimPhotonCounterModule_h 1 |
Definition at line 30 of file SimPhotonCounter_module.cc.