Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Corryvreckan
Corryvreckan
Commits
91f48bcb
Commit
91f48bcb
authored
Feb 19, 2020
by
Simon Spannagel
Committed by
Jens Kroeger
Apr 02, 2020
Browse files
Add header to some modules
(cherry picked from commit
5547897e
)
parent
a44be265
Changes
12
Hide whitespace changes
Inline
Side-by-side
src/modules/OnlineMonitor/OnlineMonitor.cpp
View file @
91f48bcb
/**
* @file
* @brief Implementation of module OnlineMonitor
*
* @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 "OnlineMonitor.h"
#include <TGButtonGroup.h>
#include <TVirtualPadEditor.h>
...
...
src/modules/OnlineMonitor/OnlineMonitor.h
View file @
91f48bcb
/**
* @file
* @brief Definition of module OnlineMonitor
*
* @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 OnlineMonitor_H
#define OnlineMonitor_H 1
...
...
src/modules/Prealignment/Prealignment.cpp
View file @
91f48bcb
/**
* @file
* @brief Implementation of module Prealignment
*
* @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.
*/
#include "Prealignment.h"
using
namespace
corryvreckan
;
...
...
src/modules/Prealignment/Prealignment.h
View file @
91f48bcb
/**
* @file
* @brief Definition of module Prealignment
*
* @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.
*/
#ifndef PREALIGNMENT_H
#define PREALIGNMENT_H 1
...
...
src/modules/TextWriter/TextWriter.cpp
View file @
91f48bcb
/**
* @file
* @brief Implementation of a module writing data to text
* Copyright (c) 2019 CERN and the Corryvreckan authors.
*
* @copyright Copyright (c) 2019-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/TextWriter/TextWriter.h
View file @
91f48bcb
/**
* @file
* @brief Definition of a module writing data to text
* Copyright (c) 2019 CERN and the Corryvreckan authors.
*
* @copyright Copyright (c) 2019-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/Tracking4D/Tracking4D.cpp
View file @
91f48bcb
/**
* @file
* @brief Implementation of module Tracking4D
*
* @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 "Tracking4D.h"
#include <TCanvas.h>
#include <TDirectory.h>
...
...
src/modules/Tracking4D/Tracking4D.h
View file @
91f48bcb
/**
* @file
* @brief Definition of module Tracking4D
*
* @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 TRACKING4D_H
#define TRACKING4D_H 1
...
...
src/modules/TrackingSpatial/TrackingSpatial.cpp
View file @
91f48bcb
/**
* @file
* @brief Implementation of module TrackingSpatial
*
* @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 "TrackingSpatial.h"
#include <TDirectory.h>
#include "objects/KDTree.hpp"
...
...
src/modules/TrackingSpatial/TrackingSpatial.h
View file @
91f48bcb
/**
* @file
* @brief Definition of module TrackingSpatial
*
* @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 TrackingSpatial_H
#define TrackingSpatial_H 1
...
...
src/modules/TreeWriterDUT/TreeWriterDUT.cpp
View file @
91f48bcb
/**
* @file
* @brief Implementation of module TreeWriterDUT
*
* @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 "TreeWriterDUT.h"
#include "core/utils/file.h"
...
...
src/modules/TreeWriterDUT/TreeWriterDUT.h
View file @
91f48bcb
/**
* @file
* @brief Definition of module TreeWriterDUT
*
* @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 TreeWriterDUT_H
#define TreeWriterDUT_H 1
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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