Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
FastJetAlgo.cc File Reference
#include "FastJetAlgo.h"
#include "Jet.h"
#include "Jetv2.h"
#include "JetContainer.h"
#include <phool/phool.h>
#include <TSystem.h>
#include <TClonesArray.h>
#include <fastjet/AreaDefinition.hh>
#include <fastjet/ClusterSequenceArea.hh>
#include <fastjet/Selector.hh>
#include <fastjet/tools/BackgroundEstimatorBase.hh>
#include <fastjet/tools/JetMedianBackgroundEstimator.hh>
#include <fastjet/tools/GridMedianBackgroundEstimator.hh>
#include <fastjet/ClusterSequence.hh>
#include <fastjet/FunctionOfPseudoJet.hh>
#include <fastjet/JetDefinition.hh>
#include <fastjet/PseudoJet.hh>
#include <fastjet/contrib/RecursiveSymmetryCutBase.hh>
#include <fastjet/contrib/SoftDrop.hh>
#include <fastjet/contrib/ConstituentSubtractor.hh>
#include <cmath>
#include <iostream>
#include <map>
#include <memory>
#include <string>
#include <utility>
#include <vector>
#include <fstream>
#include <cassert>
+ Include dependency graph for FastJetAlgo.cc:

Go to the source code of this file.

Functions

 if (m_opt.verbosity > 0)
 
clusseq print_banner ()
 

Variables

 else
 
clusseq set_fastjet_banner_stream & nullstream
 

Function Documentation

if ( m_opt.  verbosity,
 
)

Definition at line 43 of file FastJetAlgo.cc.

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

clusseq print_banner ( )

Referenced by ClusterSequence::_decant_options_partial().

+ Here is the caller graph for this function:

Variable Documentation

else
Initial value:
{
std::ostringstream nullstream

Definition at line 48 of file FastJetAlgo.cc.

View newest version in sPHENIX GitHub at line 48 of file FastJetAlgo.cc

Referenced by testing::internal::TEST().

clusseq set_fastjet_banner_stream& nullstream

Definition at line 50 of file FastJetAlgo.cc.

View newest version in sPHENIX GitHub at line 50 of file FastJetAlgo.cc

Referenced by FastJetAlgoSub::FastJetAlgoSub().