#include "FPCCDDigitizer.h"
#include "FPCCDPixelHit.h"
#include "FPCCDData.h"
#include <iostream>
#include <cstring>
#include <cstdio>
#include <EVENT/LCCollection.h>
#include <IMPL/LCCollectionVec.h>
#include <IMPL/SimTrackerHitImpl.h>
#include <EVENT/SimTrackerHit.h>
#include <IMPL/TrackerHitImpl.h>
#include <IMPL/TrackerHitPlaneImpl.h>
#include <EVENT/MCParticle.h>
#include <UTIL/CellIDEncoder.h>
#include "UTIL/LCTrackerConf.h"
#include <UTIL/ILDConf.h>
#include "UTIL/LCTOOLS.h"
#include <cmath>
#include <algorithm>
#include <sstream>
#include <map>
#include <TRandom.h>
Go to the source code of this file.
Variables | |
FPCCDDigitizer | aFPCCDDigitizer |
FPCCDDigitizer aFPCCDDigitizer |
Definition at line 46 of file FPCCDDigitizer.cc.