Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
QAG4Decayer.cc File Reference
#include "QAG4Decayer.h"
#include <qautils/QAHistManagerDef.h>
#include <fun4all/Fun4AllHistoManager.h>
#include <fun4all/Fun4AllReturnCodes.h>
#include <fun4all/SubsysReco.h>
#include <decayfinder/DecayFinder.h>
#include <decayfinder/DecayFinderContainerBase.h>
#include <phool/PHCompositeNode.h>
#include <phool/getClass.h>
#include <CLHEP/Vector/LorentzVector.h>
#include <TH1.h>
#include <TH2.h>
#include <TNamed.h>
#include <TString.h>
#include <TVector3.h>
#include <TDatabasePDG.h>
#include <TF1.h>
#include <TLatex.h>
#include <TROOT.h>
#include <TStyle.h>
#include <TLorentzVector.h>
#include <iostream>
#include <map>
+ Include dependency graph for QAG4Decayer.cc:

Go to the source code of this file.

Variables

const int NHFQA = 16
 
int QAVtxPDGID [NHFQA] = {411, 421, 431, 4122, 511, 521, 531, 443, 553, -411, -421, -431, -4122, -511, -521, -531}
 
float MassMin [NHFQA] = {1.6, 1.6, 1.7, 2.0, 5.0, 5.0, 5.1, 1.2, 9.0, 1.6, 1.6, 1.7, 2.0, 5.0, 5.0, 5.1}
 
float MassMax [NHFQA] = {2.0, 2.0, 2.1, 2.5, 5.5, 5.5, 5.6, 3.2, 10.0, 2.0, 2.0, 2.1, 2.5, 5.5, 5.5, 5.6}
 
std::multimap< std::vector
< int >, int > 
decaymap [NHFQA]
 

Variable Documentation

std::multimap<std::vector<int>, int> decaymap[NHFQA]

Definition at line 43 of file QAG4Decayer.cc.

View newest version in sPHENIX GitHub at line 43 of file QAG4Decayer.cc

float MassMax[NHFQA] = {2.0, 2.0, 2.1, 2.5, 5.5, 5.5, 5.6, 3.2, 10.0, 2.0, 2.0, 2.1, 2.5, 5.5, 5.5, 5.6}

Definition at line 41 of file QAG4Decayer.cc.

View newest version in sPHENIX GitHub at line 41 of file QAG4Decayer.cc

Referenced by QAG4Decayer::Init().

float MassMin[NHFQA] = {1.6, 1.6, 1.7, 2.0, 5.0, 5.0, 5.1, 1.2, 9.0, 1.6, 1.6, 1.7, 2.0, 5.0, 5.0, 5.1}

Definition at line 40 of file QAG4Decayer.cc.

View newest version in sPHENIX GitHub at line 40 of file QAG4Decayer.cc

Referenced by QAG4Decayer::Init().

const int NHFQA = 16

Definition at line 35 of file QAG4Decayer.cc.

View newest version in sPHENIX GitHub at line 35 of file QAG4Decayer.cc

Referenced by QAG4Decayer::Init(), and QAG4Decayer::process_event().

int QAVtxPDGID[NHFQA] = {411, 421, 431, 4122, 511, 521, 531, 443, 553, -411, -421, -431, -4122, -511, -521, -531}

Definition at line 37 of file QAG4Decayer.cc.

View newest version in sPHENIX GitHub at line 37 of file QAG4Decayer.cc

Referenced by QAG4Decayer::process_event().