EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#include "PHG4MicromegasDigitizer.h"
#include <trackbase/TrkrDefs.h>
#include <trackbase/TrkrHit.h>
#include <trackbase/TrkrHitSet.h>
#include <trackbase/TrkrHitSetContainer.h>
#include <trackbase/TrkrHitTruthAssoc.h>
#include <phparameter/PHParameterInterface.h>
#include <fun4all/Fun4AllReturnCodes.h>
#include <fun4all/SubsysReco.h>
#include <phool/PHRandomSeed.h>
#include <phool/getClass.h>
#include <gsl/gsl_randist.h>
#include <gsl/gsl_rng.h>
#include <cassert>
#include <iostream>
#include <set>
#include <utility>
Go to the source code of this file.
Definition in file PHG4MicromegasDigitizer.cc.