Analysis Software
Documentation for sPHENIX simulation software
|
#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>
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 > ¶meters_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, int > | TPCDaqDefs::FEEv1::SAMPAChan2PadXY (uint32_t fee_channel) |