ATLAS Offline Software
Loading...
Searching...
No Matches
ZDCPulseAnalyzer.cxx File Reference
#include "ZdcAnalysis/ZDCPulseAnalyzer.h"
#include "TFitResult.h"
#include "TFitResultPtr.h"
#include "TVirtualFitter.h"
#include "TList.h"
#include "TMinuit.h"
#include "ZdcAnalysis/ZDCMsg.h"
#include "CxxUtils/trapping_fp.h"
#include <algorithm>
#include <sstream>
#include <cmath>
#include <numeric>
#include <iomanip>
#include <stdexcept>

Go to the source code of this file.

Typedefs

using JSON = ZDCJSONConfig::JSON

Functions

template<typename T>
Sqr (T in)

Typedef Documentation

◆ JSON

Definition at line 22 of file ZDCPulseAnalyzer.cxx.

Function Documentation

◆ Sqr()

template<typename T>
T Sqr ( T in)

Definition at line 24 of file ZDCPulseAnalyzer.cxx.

24{return in*in;}