[go: nahoru, domu]

Skip to content

Commit

Permalink
Fix some errors after update in trg
Browse files Browse the repository at this point in the history
  • Loading branch information
GiacomoXT committed Jul 5, 2021
1 parent 935e2b6 commit 5443500
Show file tree
Hide file tree
Showing 285 changed files with 1,999 additions and 2,793 deletions.
7 changes: 0 additions & 7 deletions trg/cdc/examples/ELoss.patch
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
/**************************************************************************
* basf2 (Belle II Analysis Software Framework) *
* Author: The Belle II Collaboration *
* *
* See git log for contributors and copyright holders. *
* This file is licensed under LGPL-3.0, see LICENSE.md. *
**************************************************************************/
--- ../../cdc/simulation/src/SensitiveDetector.cc 2012-02-10 11:46:08.000000000 +0900
+++ ../../cdc/simulation/src/SensitiveDetector.cc.new 2012-02-10 11:46:03.000000000 +0900
@@ -104,7 +104,9 @@
Expand Down
4 changes: 0 additions & 4 deletions trg/cdc/examples/ELoss.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@
# This file is licensed under LGPL-3.0, see LICENSE.md. #
##########################################################################

# --------------------------------------------------------------
# Filename : ELoss.py
# Owner : KyungTae Kim (K.U.)
# Email : ktkim@hep.korea.ac.kr
# --------------------------------------------------------------
# Description : Patch to turn off the physics process in Geant4
# assuming cdc package is added in local
Expand Down
17 changes: 9 additions & 8 deletions trg/cdc/examples/HoughETF.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,4 @@
#!/usr/bin/env python
#
# -----------------------------------------------------------------------------------
#
# CDCTrg Hough ETF module
#
# usage : %> basf2 HoughETF.py -i [input root file name]
#
# -----------------------------------------------------------------------------------

##########################################################################
# basf2 (Belle II Analysis Software Framework) #
Expand All @@ -15,6 +7,15 @@
# See git log for contributors and copyright holders. #
# This file is licensed under LGPL-3.0, see LICENSE.md. #
##########################################################################

# -----------------------------------------------------------------------------------
#
# CDCTrg Hough ETF module
#
# usage : %> basf2 HoughETF.py -i [input root file name]
#
# -----------------------------------------------------------------------------------

import basf2 as b2
from ROOT import Belle2

Expand Down
17 changes: 9 additions & 8 deletions trg/cdc/examples/TrgCdcUnpacker.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,4 @@
#!/usr/bin/env python
#
# -----------------------------------------------------------------------------------
#
# CDCTSF trigger Unpacker module
#
# usage : %> basf2 TrgCdcTsfUnpacker.py [input sroot file name]
#
# -----------------------------------------------------------------------------------

##########################################################################
# basf2 (Belle II Analysis Software Framework) #
Expand All @@ -15,6 +7,15 @@
# See git log for contributors and copyright holders. #
# This file is licensed under LGPL-3.0, see LICENSE.md. #
##########################################################################

# -----------------------------------------------------------------------------------
#
# CDCTSF trigger Unpacker module
#
# usage : %> basf2 TrgCdcTsfUnpacker.py [input sroot file name]
#
# -----------------------------------------------------------------------------------

import basf2 as b2

import sys
Expand Down
1 change: 1 addition & 0 deletions trg/cdc/examples/dqmNeuro.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
# See git log for contributors and copyright holders. #
# This file is licensed under LGPL-3.0, see LICENSE.md. #
##########################################################################

import basf2
import neurotrigger
import reconstruction
Expand Down
1 change: 1 addition & 0 deletions trg/cdc/examples/dqmNeuro_SW.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
# See git log for contributors and copyright holders. #
# This file is licensed under LGPL-3.0, see LICENSE.md. #
##########################################################################

import basf2
import neurotrigger
import sys
Expand Down
1 change: 1 addition & 0 deletions trg/cdc/examples/dqmNeuro_generateSWinput.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
# See git log for contributors and copyright holders. #
# This file is licensed under LGPL-3.0, see LICENSE.md. #
##########################################################################

import basf2 as b2
from ROOT import Belle2
import glob
Expand Down
1 change: 1 addition & 0 deletions trg/cdc/examples/dqmTest.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
# See git log for contributors and copyright holders. #
# This file is licensed under LGPL-3.0, see LICENSE.md. #
##########################################################################

import basf2 as b2


Expand Down
17 changes: 9 additions & 8 deletions trg/cdc/examples/trgcdct3dDQM.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,5 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
# -----------------------------------------------------------------------------------
#
# CDCTRGT3D Unpacker and Converter
#
# usage : %> basf2 trgcdct3dUnpackerConverter -i [input sroot file name] -o [output root file name]
#
# -----------------------------------------------------------------------------------

##########################################################################
# basf2 (Belle II Analysis Software Framework) #
Expand All @@ -16,6 +8,15 @@
# See git log for contributors and copyright holders. #
# This file is licensed under LGPL-3.0, see LICENSE.md. #
##########################################################################

# -----------------------------------------------------------------------------------
#
# CDCTRGT3D Unpacker and Converter
#
# usage : %> basf2 trgcdct3dUnpackerConverter -i [input sroot file name] -o [output root file name]
#
# -----------------------------------------------------------------------------------

import basf2
import ROOT.Belle2

Expand Down
17 changes: 9 additions & 8 deletions trg/cdc/examples/trgcdct3dUnpackerConverter.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,5 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
# -----------------------------------------------------------------------------------
#
# CDCTRGT3D Unpacker and Converter
#
# usage : %> basf2 trgcdct3dUnpackerConverter -i [input sroot file name] -o [output root file name]
#
# -----------------------------------------------------------------------------------

##########################################################################
# basf2 (Belle II Analysis Software Framework) #
Expand All @@ -16,6 +8,15 @@
# See git log for contributors and copyright holders. #
# This file is licensed under LGPL-3.0, see LICENSE.md. #
##########################################################################

# -----------------------------------------------------------------------------------
#
# CDCTRGT3D Unpacker and Converter
#
# usage : %> basf2 trgcdct3dUnpackerConverter -i [input sroot file name] -o [output root file name]
#
# -----------------------------------------------------------------------------------

import basf2
import ROOT.Belle2

Expand Down
15 changes: 8 additions & 7 deletions trg/cdc/examples/trgcdctsf0DQM.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
# -----------------------------------------------------------------------------------
#
# Example of GDL trigger DQM Module
#
# usage : %> basf2 trgcdctsfDQM.py [input sroot file name]
#
# -----------------------------------------------------------------------------------

##########################################################################
# basf2 (Belle II Analysis Software Framework) #
Expand All @@ -16,6 +9,14 @@
# This file is licensed under LGPL-3.0, see LICENSE.md. #
##########################################################################

# -----------------------------------------------------------------------------------
#
# Example of GDL trigger DQM Module
#
# usage : %> basf2 trgcdctsfDQM.py [input sroot file name]
#
# -----------------------------------------------------------------------------------

import basf2 as b2
################
import sys # get argv
Expand Down
15 changes: 8 additions & 7 deletions trg/cdc/examples/trgcdctsf1DQM.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
# -----------------------------------------------------------------------------------
#
# Example of GDL trigger DQM Module
#
# usage : %> basf2 trgcdctsfDQM.py [input sroot file name]
#
# -----------------------------------------------------------------------------------

##########################################################################
# basf2 (Belle II Analysis Software Framework) #
Expand All @@ -16,6 +9,14 @@
# This file is licensed under LGPL-3.0, see LICENSE.md. #
##########################################################################

# -----------------------------------------------------------------------------------
#
# Example of GDL trigger DQM Module
#
# usage : %> basf2 trgcdctsfDQM.py [input sroot file name]
#
# -----------------------------------------------------------------------------------

import basf2 as b2
################
import sys # get argv
Expand Down
15 changes: 8 additions & 7 deletions trg/cdc/examples/trgcdctsf2DQM.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
# -----------------------------------------------------------------------------------
#
# Example of GDL trigger DQM Module
#
# usage : %> basf2 trgcdctsfDQM.py [input sroot file name]
#
# -----------------------------------------------------------------------------------

##########################################################################
# basf2 (Belle II Analysis Software Framework) #
Expand All @@ -16,6 +9,14 @@
# This file is licensed under LGPL-3.0, see LICENSE.md. #
##########################################################################

# -----------------------------------------------------------------------------------
#
# Example of GDL trigger DQM Module
#
# usage : %> basf2 trgcdctsfDQM.py [input sroot file name]
#
# -----------------------------------------------------------------------------------

import basf2 as b2
################
import sys # get argv
Expand Down
15 changes: 8 additions & 7 deletions trg/cdc/examples/trgcdctsf3DQM.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
# -----------------------------------------------------------------------------------
#
# Example of GDL trigger DQM Module
#
# usage : %> basf2 trgcdctsfDQM.py [input sroot file name]
#
# -----------------------------------------------------------------------------------

##########################################################################
# basf2 (Belle II Analysis Software Framework) #
Expand All @@ -16,6 +9,14 @@
# This file is licensed under LGPL-3.0, see LICENSE.md. #
##########################################################################

# -----------------------------------------------------------------------------------
#
# Example of GDL trigger DQM Module
#
# usage : %> basf2 trgcdctsfDQM.py [input sroot file name]
#
# -----------------------------------------------------------------------------------

import basf2 as b2
################
import sys # get argv
Expand Down
15 changes: 8 additions & 7 deletions trg/cdc/examples/trgcdctsf4DQM.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
# -----------------------------------------------------------------------------------
#
# Example of GDL trigger DQM Module
#
# usage : %> basf2 trgcdctsfDQM.py [input sroot file name]
#
# -----------------------------------------------------------------------------------

##########################################################################
# basf2 (Belle II Analysis Software Framework) #
Expand All @@ -16,6 +9,14 @@
# This file is licensed under LGPL-3.0, see LICENSE.md. #
##########################################################################

# -----------------------------------------------------------------------------------
#
# Example of GDL trigger DQM Module
#
# usage : %> basf2 trgcdctsfDQM.py [input sroot file name]
#
# -----------------------------------------------------------------------------------

import basf2 as b2
################
import sys # get argv
Expand Down
15 changes: 8 additions & 7 deletions trg/cdc/examples/trgcdctsfDQM.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
# -----------------------------------------------------------------------------------
#
# Example of GDL trigger DQM Module
#
# usage : %> basf2 trgcdctsfDQM.py [input sroot file name]
#
# -----------------------------------------------------------------------------------

##########################################################################
# basf2 (Belle II Analysis Software Framework) #
Expand All @@ -16,6 +9,14 @@
# This file is licensed under LGPL-3.0, see LICENSE.md. #
##########################################################################

# -----------------------------------------------------------------------------------
#
# Example of GDL trigger DQM Module
#
# usage : %> basf2 trgcdctsfDQM.py [input sroot file name]
#
# -----------------------------------------------------------------------------------

import basf2 as b2
################
import sys # get argv
Expand Down
10 changes: 1 addition & 9 deletions trg/cdc/include/Cell.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,10 @@
* See git log for contributors and copyright holders. *
* This file is licensed under LGPL-3.0, see LICENSE.md. *
**************************************************************************/
//-----------------------------------------------------------------------------
// $Id$
//-----------------------------------------------------------------------------
// Filename : Cell.h
// Section : TRG CDC
// Owner : Yoshihito Iwasaki
// Email : yoshihito.iwasaki@kek.jp

//-----------------------------------------------------------------------------
// Description : A class to represent a cell (a wire or a track segment) in CDC.
//-----------------------------------------------------------------------------
// $Log$
//-----------------------------------------------------------------------------

#ifndef TRGCDCCell_FLAG_
#define TRGCDCCell_FLAG_
Expand Down
10 changes: 1 addition & 9 deletions trg/cdc/include/CellHit.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,10 @@
* See git log for contributors and copyright holders. *
* This file is licensed under LGPL-3.0, see LICENSE.md. *
**************************************************************************/
//-----------------------------------------------------------------------------
// $Id$
//-----------------------------------------------------------------------------
// Filename : CellHit.h
// Section : TRG CDC
// Owner : Yoshihito Iwasaki
// Email : yoshihito.iwasaki@kek.jp

//-----------------------------------------------------------------------------
// Description : A class to represent a cell hit in CDC.
//-----------------------------------------------------------------------------
// $Log$
//-----------------------------------------------------------------------------

#ifndef TRGCDCCellHit_FLAG_
#define TRGCDCCellHit_FLAG_
Expand Down
10 changes: 1 addition & 9 deletions trg/cdc/include/Circle.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,10 @@
* See git log for contributors and copyright holders. *
* This file is licensed under LGPL-3.0, see LICENSE.md. *
**************************************************************************/
//-----------------------------------------------------------------------------
// $Id$
//-----------------------------------------------------------------------------
// Filename : Circle.h
// Section : TRG CDC
// Owner : Yoshihito Iwasaki
// Email : yoshihito.iwasaki@kek.jp

//-----------------------------------------------------------------------------
// Description : A class to represent a circle
//-----------------------------------------------------------------------------
// $Log$
//-----------------------------------------------------------------------------

#ifndef TRGCDCCircle_FLAG_
#define TRGCDCCircle_FLAG_
Expand Down
Loading

0 comments on commit 5443500

Please sign in to comment.