Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Corryvreckan
Corryvreckan
Commits
243d6b5a
Commit
243d6b5a
authored
Feb 19, 2020
by
Simon Spannagel
Browse files
Last licence notice files to modules
parent
e661b796
Pipeline
#1429321
passed with stages
in 19 minutes and 1 second
Changes
22
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/modules/AlignmentDUTResidual/AlignmentDUTResidual.cpp
View file @
243d6b5a
/**
* @file
* @brief Implementation of [AlignmentDUTResidual] module
* @copyright Copyright (c) 2017-2020 CERN and the Allpix Squared authors.
* @brief Implementation of module AlignmentDUTResidual
*
* @copyright Copyright (c) 2017-2020 CERN and the Corryvreckan authors.
* This software is distributed under the terms of the MIT License, copied verbatim in the file "LICENSE.md".
* In applying this license, CERN does not waive the privileges and immunities granted to it by virtue of its status as an
* Intergovernmental Organization or submit itself to any jurisdiction.
...
...
src/modules/AlignmentDUTResidual/AlignmentDUTResidual.h
View file @
243d6b5a
/**
* @file
* @brief Definition of [AlignmentDUTResidual] module
* @copyright Copyright (c) 2017-2020 CERN and the Allpix Squared authors.
* @brief Definition of module AlignmentDUTResidual
*
* @copyright Copyright (c) 2017-2020 CERN and the Corryvreckan authors.
* This software is distributed under the terms of the MIT License, copied verbatim in the file "LICENSE.md".
* In applying this license, CERN does not waive the privileges and immunities granted to it by virtue of its status as an
* Intergovernmental Organization or submit itself to any jurisdiction.
*
* Contains minimal dummy module to use as a start for the development of your own module
*
* Refer to the User's Manual for more details.
*/
#include
<TCanvas.h>
...
...
src/modules/AlignmentMillepede/AlignmentMillepede.cpp
View file @
243d6b5a
/**
* @file
* @brief Implementation of module AlignmentMillepede
*
* @copyright Copyright (c) 2017-2020 CERN and the Corryvreckan authors.
* This software is distributed under the terms of the MIT License, copied verbatim in the file "LICENSE.md".
* In applying this license, CERN does not waive the privileges and immunities granted to it by virtue of its status as an
* Intergovernmental Organization or submit itself to any jurisdiction.
*/
#include
<algorithm>
#include
<cmath>
#include
<iomanip>
...
...
src/modules/AlignmentMillepede/AlignmentMillepede.h
View file @
243d6b5a
/**
* @file
* @brief Definition of module AlignmentMillepede
*
* @copyright Copyright (c) 2017-2020 CERN and the Corryvreckan authors.
* This software is distributed under the terms of the MIT License, copied verbatim in the file "LICENSE.md".
* In applying this license, CERN does not waive the privileges and immunities granted to it by virtue of its status as an
* Intergovernmental Organization or submit itself to any jurisdiction.
*/
#ifndef AlignmentMillepede_H
#define AlignmentMillepede_H 1
...
...
src/modules/AlignmentTrackChi2/AlignmentTrackChi2.cpp
View file @
243d6b5a
/**
* @file
* @brief Implementation of module AlignmentTrackChi2
*
* @copyright Copyright (c) 2017-2020 CERN and the Corryvreckan authors.
* This software is distributed under the terms of the MIT License, copied verbatim in the file "LICENSE.md".
* In applying this license, CERN does not waive the privileges and immunities granted to it by virtue of its status as an
* Intergovernmental Organization or submit itself to any jurisdiction.
*/
#include
"AlignmentTrackChi2.h"
#include
<TVirtualFitter.h>
...
...
src/modules/AlignmentTrackChi2/AlignmentTrackChi2.h
View file @
243d6b5a
/**
* @file
* @brief Definition of module AlignmentTrackChi2
*
* @copyright Copyright (c) 2017-2020 CERN and the Corryvreckan authors.
* This software is distributed under the terms of the MIT License, copied verbatim in the file "LICENSE.md".
* In applying this license, CERN does not waive the privileges and immunities granted to it by virtue of its status as an
* Intergovernmental Organization or submit itself to any jurisdiction.
*/
#ifndef AlignmentTrackChi2_H
#define AlignmentTrackChi2_H 1
...
...
src/modules/AnalysisDUT/AnalysisDUT.cpp
View file @
243d6b5a
/**
* @file
* @brief Implementation of module AnalysisDUT
*
* @copyright Copyright (c) 2017-2020 CERN and the Corryvreckan authors.
* This software is distributed under the terms of the MIT License, copied verbatim in the file "LICENSE.md".
* In applying this license, CERN does not waive the privileges and immunities granted to it by virtue of its status as an
* Intergovernmental Organization or submit itself to any jurisdiction.
*/
#include
"AnalysisDUT.h"
#include
"objects/Cluster.hpp"
...
...
src/modules/AnalysisDUT/AnalysisDUT.h
View file @
243d6b5a
/**
* @file
* @brief Definition of module AnalysisDUT
*
* @copyright Copyright (c) 2017-2020 CERN and the Corryvreckan authors.
* This software is distributed under the terms of the MIT License, copied verbatim in the file "LICENSE.md".
* In applying this license, CERN does not waive the privileges and immunities granted to it by virtue of its status as an
* Intergovernmental Organization or submit itself to any jurisdiction.
*/
#ifndef CORRYVRECKAN_DUT_ANALYSIS_H
#define CORRYVRECKAN_DUT_ANALYSIS_H
...
...
src/modules/AnalysisEfficiency/AnalysisEfficiency.cpp
View file @
243d6b5a
/**
* @file
* @brief Implementation of [AnalysisEfficiency] module
* @copyright Copyright (c) 2017-2020 CERN and the Allpix Squared authors.
*
* @copyright Copyright (c) 2017-2020 CERN and the Corryvreckan authors.
* This software is distributed under the terms of the MIT License, copied verbatim in the file "LICENSE.md".
* In applying this license, CERN does not waive the privileges and immunities granted to it by virtue of its status as an
* Intergovernmental Organization or submit itself to any jurisdiction.
...
...
src/modules/AnalysisEfficiency/AnalysisEfficiency.h
View file @
243d6b5a
/**
* @file
* @brief Definition of [AnalysisEfficiency] module
* @copyright Copyright (c) 2017-2020 CERN and the Allpix Squared authors.
*
* @copyright Copyright (c) 2017-2020 CERN and the Corryvreckan authors.
* This software is distributed under the terms of the MIT License, copied verbatim in the file "LICENSE.md".
* In applying this license, CERN does not waive the privileges and immunities granted to it by virtue of its status as an
* Intergovernmental Organization or submit itself to any jurisdiction.
...
...
src/modules/AnalysisPowerPulsing/AnalysisPowerPulsing.cpp
View file @
243d6b5a
/**
* @file
* @brief Implementation of module AnalysisPowerPulsing
*
* @copyright Copyright (c) 2017-2020 CERN and the Corryvreckan authors.
* This software is distributed under the terms of the MIT License, copied verbatim in the file "LICENSE.md".
* In applying this license, CERN does not waive the privileges and immunities granted to it by virtue of its status as an
* Intergovernmental Organization or submit itself to any jurisdiction.
*/
#include
"AnalysisPowerPulsing.h"
#include
"objects/Cluster.hpp"
#include
"objects/SpidrSignal.hpp"
...
...
src/modules/AnalysisPowerPulsing/AnalysisPowerPulsing.h
View file @
243d6b5a
/**
* @file
* @brief Definition of [AnalysisAnalysisPowerPulsing] module
* @copyright Copyright (c) 2017-2020 CERN and the Allpix Squared authors.
* @brief Definition of module AnalysisPowerPulsing
*
* @copyright Copyright (c) 2017-2020 CERN and the Corryvreckan authors.
* This software is distributed under the terms of the MIT License, copied verbatim in the file "LICENSE.md".
* In applying this license, CERN does not waive the privileges and immunities granted to it by virtue of its status as an
* Intergovernmental Organization or submit itself to any jurisdiction.
*
* Contains minimal dummy module to use as a start for the development of your own module
*
* Refer to the User's Manual for more details.
*/
#ifndef AnalysisPowerPulsing_H
...
...
src/modules/AnalysisTelescope/AnalysisTelescope.cpp
View file @
243d6b5a
/**
* @file
* @brief Implementation of module AnalysisTelescope
*
* @copyright Copyright (c) 2017-2020 CERN and the Corryvreckan authors.
* This software is distributed under the terms of the MIT License, copied verbatim in the file "LICENSE.md".
* In applying this license, CERN does not waive the privileges and immunities granted to it by virtue of its status as an
* Intergovernmental Organization or submit itself to any jurisdiction.
*/
#include
"AnalysisTelescope.h"
#include
"objects/Cluster.hpp"
#include
"objects/MCParticle.hpp"
...
...
src/modules/AnalysisTelescope/AnalysisTelescope.h
View file @
243d6b5a
/**
* @file
* @brief Definition of module AnalysisTelescope
*
* @copyright Copyright (c) 2017-2020 CERN and the Corryvreckan authors.
* This software is distributed under the terms of the MIT License, copied verbatim in the file "LICENSE.md".
* In applying this license, CERN does not waive the privileges and immunities granted to it by virtue of its status as an
* Intergovernmental Organization or submit itself to any jurisdiction.
*/
#ifndef AnalysisTelescope_H
#define AnalysisTelescope_H 1
...
...
src/modules/AnalysisTimingATLASpix/AnalysisTimingATLASpix.cpp
View file @
243d6b5a
/**
* @file
* @brief Implementation of [AnalysisEfficiency] module
* @copyright Copyright (c) 2017-2020 CERN and the Allpix Squared authors.
*
* @copyright Copyright (c) 2017-2020 CERN and the Corryvreckan authors.
* This software is distributed under the terms of the MIT License, copied verbatim in the file "LICENSE.md".
* In applying this license, CERN does not waive the privileges and immunities granted to it by virtue of its status as an
* Intergovernmental Organization or submit itself to any jurisdiction.
...
...
src/modules/AnalysisTimingATLASpix/AnalysisTimingATLASpix.h
View file @
243d6b5a
/**
* @file
* @brief Definition of [AnalysisTimingATLASpix] module
* @copyright Copyright (c) 2018 CERN and the Allpix Squared authors.
*
* @copyright Copyright (c) 2018-2020 CERN and the Corryvreckan authors.
* This software is distributed under the terms of the MIT License, copied verbatim in the file "LICENSE.md".
* In applying this license, CERN does not waive the privileges and immunities granted to it by virtue of its status as an
* Intergovernmental Organization or submit itself to any jurisdiction.
...
...
src/modules/Clustering4D/Clustering4D.cpp
View file @
243d6b5a
/**
* @file
* @brief Implementation of module Clustering4D
*
* @copyright Copyright (c) 2017-2020 CERN and the Corryvreckan authors.
* This software is distributed under the terms of the MIT License, copied verbatim in the file "LICENSE.md".
* In applying this license, CERN does not waive the privileges and immunities granted to it by virtue of its status as an
* Intergovernmental Organization or submit itself to any jurisdiction.
*/
#include
"Clustering4D.h"
using
namespace
corryvreckan
;
...
...
src/modules/Clustering4D/Clustering4D.h
View file @
243d6b5a
/**
* @file
* @brief Definition of module Clustering4D
*
* @copyright Copyright (c) 2017-2020 CERN and the Corryvreckan authors.
* This software is distributed under the terms of the MIT License, copied verbatim in the file "LICENSE.md".
* In applying this license, CERN does not waive the privileges and immunities granted to it by virtue of its status as an
* Intergovernmental Organization or submit itself to any jurisdiction.
*/
#ifndef CLUSTERING4D_H
#define CLUSTERING4D_H 1
...
...
src/modules/ClusteringSpatial/ClusteringSpatial.cpp
View file @
243d6b5a
/**
* @file
* @brief Implementation of module ClusteringSpatial
*
* @copyright Copyright (c) 2017-2020 CERN and the Corryvreckan authors.
* This software is distributed under the terms of the MIT License, copied verbatim in the file "LICENSE.md".
* In applying this license, CERN does not waive the privileges and immunities granted to it by virtue of its status as an
* Intergovernmental Organization or submit itself to any jurisdiction.
*/
#include
"ClusteringSpatial.h"
#include
"objects/Pixel.hpp"
...
...
src/modules/ClusteringSpatial/ClusteringSpatial.h
View file @
243d6b5a
/**
* @file
* @brief Definition of module ClusteringSpatial
*
* @copyright Copyright (c) 2017-2020 CERN and the Corryvreckan authors.
* This software is distributed under the terms of the MIT License, copied verbatim in the file "LICENSE.md".
* In applying this license, CERN does not waive the privileges and immunities granted to it by virtue of its status as an
* Intergovernmental Organization or submit itself to any jurisdiction.
*/
#ifndef ClusteringSpatial_H
#define ClusteringSpatial_H 1
...
...
Prev
1
2
Next
Simon Spannagel
@simonspa
mentioned in commit
3f8e0c74
·
Jun 18, 2020
mentioned in commit
3f8e0c74
mentioned in commit 3f8e0c74d04fa6c24fef908fe08bcd434a41be94
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment