ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
TPCDaqDefs.cc File Reference
#include "TPCDaqDefs.h"
#include <TCanvas.h>
#include <TF1.h>
#include <TGraph.h>
#include <TPaveText.h>
#include <TStyle.h>
#include <TVirtualFitter.h>
#include <cassert>
#include <cmath>
#include <iostream>
#include <limits>
#include <string>
+ Include dependency graph for TPCDaqDefs.cc:

Go to the source code of this file.

Namespaces

namespace  TPCDaqDefs
 
namespace  TPCDaqDefs::FEEv1
 TPC v1 FEE test stand decoder.
 

Functions

bool TPCDaqDefs::FEEv1::SampleFit_PowerLawDoubleExp (const std::vector< double > &samples,double &peak,double &peak_sample,double &pedestal,std::map< int, double > &parameters_io,const int verbosity=0)
 Power law double exp fit.
 
double TPCDaqDefs::FEEv1::SignalShape_PowerLawExp (double *x, double *par)
 
double TPCDaqDefs::FEEv1::SignalShape_PowerLawDoubleExp (double *x, double *par)
 
pair< int, intTPCDaqDefs::FEEv1::SAMPAChan2PadXY (uint32_t fee_channel)