Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
AnaMvtxPrototype1.C File Reference

Analyze Mvtx 4 chip telescope from 2018 fermilab beam test. More...

#include "AnaMvtxPrototype1.h"
#include <trackbase/TrkrDefUtil.h>
#include <trackbase/TrkrCluster.h>
#include <trackbase/TrkrClusterContainer.h>
#include <mvtxprototype1/MvtxStandaloneTracking.h>
#include <phool/getClass.h>
#include <phool/phool.h>
#include <phool/PHCompositeNode.h>
#include <phool/PHIODataNode.h>
#include <phool/PHNodeIterator.h>
#include <fun4all/Fun4AllServer.h>
#include <fun4all/Fun4AllReturnCodes.h>
#include <fun4all/PHTFileServer.h>
#include <TTree.h>
#include <TFile.h>
#include <TLorentzVector.h>
#include <TH1.h>
#include <TH2.h>
#include <TVectorD.h>
#include <TMatrixD.h>
#include <TDecompSVD.h>
#include <iostream>
#include <map>
#include <utility>
#include <vector>
#include <memory>
+ Include dependency graph for AnaMvtxPrototype1.C:

Go to the source code of this file.

Macros

#define LogDebug(exp)   std::cout<<"DEBUG: " <<__FILE__<<": "<<__LINE__<<": "<< exp <<"\n"
 
#define LogError(exp)   std::cout<<"ERROR: " <<__FILE__<<": "<<__LINE__<<": "<< exp <<"\n"
 
#define LogWarning(exp)   std::cout<<"WARNING: " <<__FILE__<<": "<<__LINE__<<": "<< exp <<"\n"
 

Detailed Description

Analyze Mvtx 4 chip telescope from 2018 fermilab beam test.

Author
Darren McGlinchey

Definition in file AnaMvtxPrototype1.C.

Macro Definition Documentation

#define LogDebug (   exp)    std::cout<<"DEBUG: " <<__FILE__<<": "<<__LINE__<<": "<< exp <<"\n"

Definition at line 42 of file AnaMvtxPrototype1.C.

View newest version in sPHENIX GitHub at line 42 of file AnaMvtxPrototype1.C

#define LogError (   exp)    std::cout<<"ERROR: " <<__FILE__<<": "<<__LINE__<<": "<< exp <<"\n"

Definition at line 43 of file AnaMvtxPrototype1.C.

View newest version in sPHENIX GitHub at line 43 of file AnaMvtxPrototype1.C

#define LogWarning (   exp)    std::cout<<"WARNING: " <<__FILE__<<": "<<__LINE__<<": "<< exp <<"\n"

Definition at line 44 of file AnaMvtxPrototype1.C.

View newest version in sPHENIX GitHub at line 44 of file AnaMvtxPrototype1.C