Hall A ROOT/C++ Analyzer (podd)
|
#include "THaShower.h"
#include "THaEvData.h"
#include "THaDetMap.h"
#include "VarDef.h"
#include "VarType.h"
#include "THaTrack.h"
#include "TClonesArray.h"
#include "TDatime.h"
#include "TMath.h"
#include <iostream>
#include <iomanip>
#include <cassert>
#include <cstdlib>
#include <iterator>
Go to the source code of this file.
Macros | |
#define | MKADCDATA(name, title, nelem, chanmap) unique_ptr<ShowerADCData>(new ShowerADCData((name),(title),(nelem),(chanmap))) |
#define MKADCDATA | ( | name, | |
title, | |||
nelem, | |||
chanmap | |||
) | unique_ptr<ShowerADCData>(new ShowerADCData((name),(title),(nelem),(chanmap))) |
Definition at line 36 of file THaShower.cxx.