EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#include <math.h>
#include <stdlib.h>
#include <assert.h>
#include <TRandom3.h>
#include <TpcGeoParData.h>
#include <EicTrackingDigiHit.h>
#include <EicTpcDigiHitProducer.h>
Go to the source code of this file.
Macros | |
#define | _SQR_(arg) ((arg)*(arg)) |
#define _SQR_ | ( | arg | ) | ((arg)*(arg)) |
Definition at line 19 of file EicTpcDigiHitProducer.cxx.
View newest version in sPHENIX GitHub at line 19 of file EicTpcDigiHitProducer.cxx
Referenced by EicTpcDigiHitProducer::HandleHit().