Skip to content

Commit

Permalink
fix error in pre-commit check
Browse files Browse the repository at this point in the history
  • Loading branch information
atolosadelgado committed Jul 26, 2024
1 parent 80dd39b commit cd577fc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CLDConfig/cld_arc_steer.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,12 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#

# File: cld_arc_steer.py
# Description: this file extends the ddsim steering file used for CLD
# with the specifications to run the ARC subdetector
#

# First, load cld steering file

Expand Down Expand Up @@ -62,4 +64,3 @@ def setupCerenkov(kernel):
)
SIM.filter.mapDetFilter["ARCBARREL"] = "opticalphotons"
SIM.filter.mapDetFilter["ARCENDCAP"] = "opticalphotons"

0 comments on commit cd577fc

Please sign in to comment.