Analysis Software
Documentation for sPHENIX simulation software
|
#include "RawClusterBuilderTopo.h"
#include <calobase/RawCluster.h>
#include <calobase/RawClusterContainer.h>
#include <calobase/RawClusterv1.h>
#include <calobase/RawTowerDefs.h>
#include <calobase/RawTowerGeom.h>
#include <calobase/RawTowerGeomContainer.h>
#include <calobase/TowerInfo.h>
#include <calobase/TowerInfoContainer.h>
#include <fun4all/Fun4AllReturnCodes.h>
#include <fun4all/SubsysReco.h>
#include <phool/PHCompositeNode.h>
#include <phool/PHIODataNode.h>
#include <phool/PHNode.h>
#include <phool/PHNodeIterator.h>
#include <phool/PHObject.h>
#include <phool/getClass.h>
#include <phool/phool.h>
#include <algorithm>
#include <cmath>
#include <cstdlib>
#include <exception>
#include <iostream>
#include <iterator>
#include <list>
#include <memory>
#include <stdexcept>
#include <utility>
#include <vector>
Go to the source code of this file.
Functions | |
bool | sort_by_pair_second (const std::pair< int, float > &a, const std::pair< int, float > &b) |
bool sort_by_pair_second | ( | const std::pair< int, float > & | a, |
const std::pair< int, float > & | b | ||
) |
Definition at line 35 of file RawClusterBuilderTopo.cc.
View newest version in sPHENIX GitHub at line 35 of file RawClusterBuilderTopo.cc
Referenced by RawClusterBuilderTopo::process_event().