Skip to content

Commit

Permalink
Updated the name.
Browse files Browse the repository at this point in the history
  • Loading branch information
Bo Li committed Jul 19, 2020
1 parent d13d3a2 commit 13f127a
Show file tree
Hide file tree
Showing 31 changed files with 402 additions and 2,666 deletions.
4 changes: 2 additions & 2 deletions include/APRILCheating/PerfectFragmentRemovalAlgorithm.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @file ArborContent/include/ArborCheating/PerfectFragmentRemovalAlgorithm.h
* @file APRILContent/include/APRILCheating/PerfectFragmentRemovalAlgorithm.h
*
* @brief Header file for the cheating clustering algorithm class.
*
Expand All @@ -12,7 +12,7 @@

#include "Pandora/Algorithm.h"

namespace arbor_content
namespace april_content
{

/**
Expand Down
4 changes: 2 additions & 2 deletions include/APRILCheating/PerfectIsoHitRemovalAlgorithm.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @file ArborContent/include/ArborCheating/PerfectIsoHitRemovalAlgorithm.h
* @file APRILContent/include/APRILCheating/PerfectIsoHitRemovalAlgorithm.h
*
* @brief Header file for the cheating clustering algorithm class.
*
Expand All @@ -12,7 +12,7 @@

#include "Pandora/Algorithm.h"

namespace arbor_content
namespace april_content
{

/**
Expand Down
4 changes: 2 additions & 2 deletions include/APRILCheating/PerfectNeutralHitRecoveryAlgorithm.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @file ArborContent/include/ArborCheating/PerfectNeutralHitRecoveryAlgorithm.h
* @file APRILContent/include/APRILCheating/PerfectNeutralHitRecoveryAlgorithm.h
*
* @brief Header file for the cheating clustering algorithm class.
*
Expand All @@ -12,7 +12,7 @@

#include "Pandora/Algorithm.h"

namespace arbor_content
namespace april_content
{

/**
Expand Down
10 changes: 5 additions & 5 deletions include/APRILClustering/FragmentsFromIsoHitsMergingAlgorithm.h
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
/**
*
* @file ArborContent/include/ArborClustering/FragmentsFromIsoHitsMergingAlgorithm.h
* @file APRILContent/include/APRILClustering/FragmentsFromIsoHitsMergingAlgorithm.h
*
*/
#ifndef FRAGMENTSFROMISOHITSMERGINGALGORITHM_H
#define FRAGMENTSFROMISOHITSMERGINGALGORITHM_H 1

#include "Pandora/Algorithm.h"
#include "ArborUtility/KDTreeLinkerAlgoT.h"
#include "APRILUtility/KDTreeLinkerAlgoT.h"

#include "TVector3.h"

typedef arbor_content::KDTreeLinkerAlgo<const pandora::CaloHit*, 4> HitKDTree;
typedef arbor_content::KDTreeNodeInfoT<const pandora::CaloHit*, 4> HitKDNode;
typedef april_content::KDTreeLinkerAlgo<const pandora::CaloHit*, 4> HitKDTree;
typedef april_content::KDTreeNodeInfoT<const pandora::CaloHit*, 4> HitKDNode;
typedef map<const pandora::CaloHit*, const pandora::Cluster*> HitsToClustersMap;

namespace arbor_content
namespace april_content
{

/**
Expand Down
6 changes: 3 additions & 3 deletions include/APRILClustering/IsoHitClusteringAlgorithm.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @file ArborContent/include/ArborCheating/IsoHitClusteringAlgorithm.h
* @file APRILContent/include/APRILCheating/IsoHitClusteringAlgorithm.h
*
* This algorithm is to remove part of isolated hits by clustering them
*
Expand All @@ -9,9 +9,9 @@
#define ISOHITCLUSTERINGALGORITHM_H 1

#include "Pandora/Algorithm.h"
#include "ArborUtility/KDTreeLinkerAlgoT.h"
#include "APRILUtility/KDTreeLinkerAlgoT.h"

namespace arbor_content
namespace april_content
{

/**
Expand Down
10 changes: 5 additions & 5 deletions include/APRILClustering/IsoHitRemovalAlgorithm.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @file ArborContent/include/ArborCheating/IsoHitRemovalAlgorithm.h
* @file APRILContent/include/APRILCheating/IsoHitRemovalAlgorithm.h
*
* @brief Header file for the cheating clustering algorithm class.
*
Expand All @@ -11,13 +11,13 @@
#define ISOHITREMOVALALGORITHM_H 1

#include "Pandora/Algorithm.h"
#include "ArborUtility/KDTreeLinkerAlgoT.h"
#include "APRILUtility/KDTreeLinkerAlgoT.h"

typedef arbor_content::KDTreeLinkerAlgo<const pandora::CaloHit*, 4> HitKDTree;
typedef arbor_content::KDTreeNodeInfoT<const pandora::CaloHit*, 4> HitKDNode;
typedef april_content::KDTreeLinkerAlgo<const pandora::CaloHit*, 4> HitKDTree;
typedef april_content::KDTreeNodeInfoT<const pandora::CaloHit*, 4> HitKDNode;
typedef map<const pandora::CaloHit*, const pandora::Cluster*> HitsToClustersMap;

namespace arbor_content
namespace april_content
{

/**
Expand Down
2 changes: 1 addition & 1 deletion include/APRILHelpers/ClusterTrackEnergyFillingHelper.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

namespace pandora { class Algorithm; class CaloHit; class Track; }

namespace arbor_content
namespace april_content
{
class ClusterTrackEnergyFillingHelper
{
Expand Down
11 changes: 6 additions & 5 deletions include/APRILUtility/ClusterCheckAlgorithm.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,22 @@
* ClusterCheckAlgorithm.h header template automatically generated by a class generator
* Creation date : jeu. juin 2 2016
*
* This file is part of ArborContent libraries.
* This file is part of APRILContent libraries.
*
* ArborContent is free software: you can redistribute it and/or modify
* APRILContent is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
* based upon these libraries are permitted. Any copy of these libraries
* must include this copyright notice.
*
* ArborContent is distributed in the hope that it will be useful,
* APRILContent is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with ArborContent. If not, see <http://www.gnu.org/licenses/>.
* along with APRILContent. If not, see <http://www.gnu.org/licenses/>.
*
* @author Remi Ete
* @copyright CNRS , IPNL
Expand All @@ -35,7 +35,7 @@
#include "TNtupleD.h"


namespace arbor_content
namespace april_content
{

/**
Expand All @@ -57,6 +57,7 @@ class ClusterCheckAlgorithm : public pandora::Algorithm
pandora::StatusCode Run();
pandora::StatusCode ReadSettings(const pandora::TiXmlHandle xmlHandle);
pandora::StatusCode Initialize();
void checkClusters(const pandora::ClusterList& clusterList);

bool m_timing;

Expand Down
4 changes: 2 additions & 2 deletions include/APRILUtility/KDTreeLinkerAlgoT.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
#ifndef LC_KD_TREE_LINKER_ALGO_TEMPLATED_H
#define LC_KD_TREE_LINKER_ALGO_TEMPLATED_H

#include "ArborUtility/KDTreeLinkerToolsT.h"
#include "APRILUtility/KDTreeLinkerToolsT.h"

#include <vector>

namespace arbor_content
namespace april_content
{

/**
Expand Down
2 changes: 1 addition & 1 deletion include/APRILUtility/KDTreeLinkerToolsT.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ namespace pandora { class Algorithm; }

//------------------------------------------------------------------------------------------------------------------------------------------

namespace arbor_content
namespace april_content
{

/**
Expand Down
2 changes: 1 addition & 1 deletion include/APRILUtility/QuickUnion.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

#include <vector>

namespace arbor_content
namespace april_content
{

/**
Expand Down
Loading

0 comments on commit 13f127a

Please sign in to comment.