Skip to content
Snippets Groups Projects
Commit 267d40c0 authored by Edward Moyse's avatar Edward Moyse
Browse files

Merge branch 'FixEmptyCharacters' into 'master'

Remove strange characters at the start of file names

See merge request atlas/athena!41731
parents 21e19eda b83ae6b5
No related branches found
No related tags found
6 merge requests!58791DataQualityConfigurations: Modify L1Calo config for web display,!46784MuonCondInterface: Enable thread-safety checking.,!46776Updated LArMonitoring config file for WD to match new files produced using MT,!45405updated ART test cron job,!42417Draft: DIRE and VINCIA Base Fragments for Pythia 8.3,!41731Remove strange characters at the start of file names
......@@ -6,4 +6,4 @@
typedef CaloIdCnv::CaloIDHelper_IDDetDescrCnv_T<GTower_ID> GTower_IDDetDescrCnv;
#endif //> !CALOIDCNV_GTOWER_IDDETDESCRCNV_H
\ No newline at end of file
#endif //> !CALOIDCNV_GTOWER_IDDETDESCRCNV_H
......@@ -6,4 +6,4 @@
typedef CaloIdCnv::CaloIDHelper_IDDetDescrCnv_T<JTower_ID> JTower_IDDetDescrCnv;
#endif //> !CALOIDCNV_JTOWER_IDDETDESCRCNV_H
\ No newline at end of file
#endif //> !CALOIDCNV_JTOWER_IDDETDESCRCNV_H
......@@ -17,8 +17,8 @@
#include "CaloIdCnv/Tile_SuperCell_IDDetDescrCnv.h"
#include "CaloIdCnv/TileTBIDDetDescrCnv.h"
#include "CaloIdCnv/TTOnlineIDDetDescrCnv.h"
#include "CaloIdCnv/JTower_IDDetDescrCnv.h"
#include "CaloIdCnv/GTower_IDDetDescrCnv.h"
#include "CaloIdCnv/JTower_IDDetDescrCnv.h"
#include "CaloIdCnv/GTower_IDDetDescrCnv.h"
DECLARE_CONVERTER( CaloCell_IDDetDescrCnv )
DECLARE_CONVERTER( CaloCell_SuperCell_IDDetDescrCnv )
......@@ -37,4 +37,4 @@ DECLARE_CONVERTER( Tile_SuperCell_IDDetDescrCnv )
DECLARE_CONVERTER( TileTBIDDetDescrCnv )
DECLARE_CONVERTER( TTOnlineIDDetDescrCnv )
DECLARE_CONVERTER( JTower_IDDetDescrCnv )
DECLARE_CONVERTER( GTower_IDDetDescrCnv )
\ No newline at end of file
DECLARE_CONVERTER( GTower_IDDetDescrCnv )
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment